Class LangSeriesTypeDescriptions

  • All Implemented Interfaces:
    Serializable, OptionDataListener, org.zkoss.json.JSONAware

    public class LangSeriesTypeDescriptions
    extends Optionable
    Descriptions of lesser known series types. The relevant description is added to the screen reader information region when these series types are used.
    Since:
    10.2.1.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • LangSeriesTypeDescriptions

        public LangSeriesTypeDescriptions()
    • Method Detail

      • getArearange

        public String getArearange()

        Default: "Arearange charts are line charts displaying a range between a lower and higher value for each point."

      • setArearange

        public void setArearange​(String arearange)
      • getAreasplinerange

        public String getAreasplinerange()

        Default: "These charts are line charts displaying a range between a lower and higher value for each point."

      • setAreasplinerange

        public void setAreasplinerange​(String areasplinerange)
      • getBoxplot

        public String getBoxplot()

        Default: "Box plot charts are typically used to display groups of statistical data. Each data point in the chart can have up to 5 values: minimum, lower quartile, median, upper quartile, and maximum."

      • setBoxplot

        public void setBoxplot​(String boxplot)
      • getBubble

        public String getBubble()

        Default: "Bubble charts are scatter charts where each data point also has a size value."

      • setBubble

        public void setBubble​(String bubble)
      • getColumnrange

        public String getColumnrange()

        Default: "Columnrange charts are column charts displaying a range between a lower and higher value for each point."

      • setColumnrange

        public void setColumnrange​(String columnrange)
      • getErrorbar

        public String getErrorbar()

        Default: "Errorbar series are used to display the variability of the data."

      • setErrorbar

        public void setErrorbar​(String errorbar)
      • getFunnel

        public String getFunnel()

        Default: "Funnel charts are used to display reduction of data in stages."

      • setFunnel

        public void setFunnel​(String funnel)
      • getPyramid

        public String getPyramid()

        Default: "Pyramid charts consist of a single pyramid with item heights corresponding to each point value."

      • setPyramid

        public void setPyramid​(String pyramid)
      • getWaterfall

        public String getWaterfall()

        Default: "A waterfall chart is a column chart where each column contributes towards a total end value."

      • setWaterfall

        public void setWaterfall​(String waterfall)