Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping

Packages that use DataGrouping
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of DataGrouping in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return DataGrouping
 DataGrouping DataGrouping.setApproximation(DataGrouping.Approximation approximation)
          Convenience method for setting the "approximation" option for the data grouping of the plot.
 DataGrouping DataGrouping.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
          Convenience method for setting the 'dateTimeLabelFormats' options of the dataGrouping.
 DataGrouping DataGrouping.setEnabled(boolean enabled)
          Convenience method for setting the "enabled" option for the data grouping of the plot.
 DataGrouping DataGrouping.setForced(boolean forced)
          Convenience method for setting the "forced" option for the data grouping of the plot.
 DataGrouping DataGrouping.setGroupPixelWidth(Number groupPixelWidth)
          Convenience method for setting the "groupPixelWidth" option for the data grouping of the plot.
 DataGrouping DataGrouping.setSmoothed(boolean smoothed)
          Convenience method for setting the "smoothed" option for the data grouping of the plot.
 DataGrouping DataGrouping.setUnits(DataGrouping.Unit... units)
          Convenience method for setting the "units" option for the data grouping of the plot.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type DataGrouping
 T PlotOptions.setDataGrouping(DataGrouping dataGrouping)
          Convenience method for setting the "dataGrouping" options for a stock chart.
 



Copyright © 2015. All Rights Reserved.