Class ChartType

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChartType
    extends IntType
    Chart IntType constants to be used on data sets to specify how they should be plotted.
    See Also:
    Serialized Form
    • Field Detail

      • BAR_CLUSTERED

        public static final ChartType BAR_CLUSTERED
      • BAR_STACKED

        public static final ChartType BAR_STACKED
      • AREA_STACKED

        public static final ChartType AREA_STACKED
      • SCATTER_PLOT

        public static final ChartType SCATTER_PLOT
      • stackedData

        private boolean stackedData
    • Constructor Detail

      • ChartType

        private ChartType​(int typeCode,
                          boolean stackedData)
    • Method Detail

      • isStacked

        public boolean isStacked()
        Returns flag indicating whether chart type has stacked data
        Returns:
        boolean
      • equals

        public boolean equals​(ChartType chartType)
        Returns flag indicating whether passed ChartType is equal to this one
        Returns:
        boolean