Class MeterChartWidget

    • Constructor Detail

      • MeterChartWidget

        public MeterChartWidget()
        Builds the object.
    • Method Detail

      • getOptions

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

        public MeterDataset newDataset​(boolean hidden)
        Description copied from interface: IsDatasetCreator
        Creates a new dataset related to chart type.
        Specified by:
        newDataset in interface IsDatasetCreator<MeterDataset>
        Parameters:
        hidden - if true, it will be initially hidden.
        Returns:
        a new dataset related to chart type.
      • newDataset

        public MeterDataset newDataset​(double max)
        Returns a dataset with a maximum value.
        Parameters:
        max - maximum value of dataset
        Returns:
        dataset instance