Class PolarAreaChart

    • Constructor Detail

      • PolarAreaChart

        public PolarAreaChart()
        Builds the object.
      • PolarAreaChart

        protected PolarAreaChart​(Type extendedType)
        Builds the chart.
        This is must be extended for controller which are based on this type of chart.
        Parameters:
        extendedType - type of chart
    • Method Detail

      • getOptions

        public PolarAreaOptions getOptions()
        Description copied from interface: IsChart
        Returns the options of chart.
        Specified by:
        getOptions in interface IsChart
        Returns:
        the options of chart.
      • checkDataset

        protected boolean checkDataset​(Dataset dataset)
        Description copied from class: AbstractChart
        Returns true if the dataset can be managed by a this chart type.
        Specified by:
        checkDataset in class AbstractChart
        Parameters:
        dataset - dataset to check
        Returns:
        true if the dataset can be managed by a this chart type
      • getMaximumAxesCount

        protected final int getMaximumAxesCount()
        Description copied from class: AbstractChart
        Returns the maximum amount of axes that the chart can manage.
        Overrides:
        getMaximumAxesCount in class AbstractChart
        Returns:
        the maximum amount of axes that the chart can manage.