Class AreaStyle

    • Field Detail

      • AREA2D_STACKED

        public static final AreaStyle AREA2D_STACKED
        This is a 2D area style with stacked values.
      • AREA2D_PERCENT

        public static final AreaStyle AREA2D_PERCENT
        This is a 2D area style with percent values.
      • AREA3D_STACKED

        public static final AreaStyle AREA3D_STACKED
        This is a 3D area style with stacked values.
      • AREA3D_PERCENT

        public static final AreaStyle AREA3D_PERCENT
        This is a 3D area style with percent values.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ChartStyle
      • getAllowedDatasets

        public java.util.List getAllowedDatasets​(Chart2 chart)
        Returns the list of dataset supported by this chart style.
        Specified by:
        getAllowedDatasets in class ChartStyle
        Parameters:
        chart - the chart
        Returns:
        the list of datasets.
        See Also:
        Chart2
      • isPercentArea

        public boolean isPercentArea()
        Returns this is a 2D or 3D percent area style.
        Returns:
        is a percent style.
        Since:
        8.0
      • isStackedArea

        public boolean isStackedArea()
        Returns this is a 2D or 3D stacked area style.
        Returns:
        is a stacked style.
        Since:
        8.0