Uses of Package
org.moxieapps.gwt.highcharts.client.plotOptions

Packages that use org.moxieapps.gwt.highcharts.client.plotOptions
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Classes in org.moxieapps.gwt.highcharts.client.plotOptions used by org.moxieapps.gwt.highcharts.client
AreaPlotOptions
          Represents the general plot options available for all area type series, which can be set either generically on the chart via the BaseChart.setAreaPlotOptions(AreaPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaRangePlotOptions
          Represents the general plot options available for all area range type series, which can be set either generically on the chart via the BaseChart.setAreaRangePlotOptions(AreaRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaSplinePlotOptions
          Represents the general plot options available for all area spline type series, which can be set either generically on the chart via the BaseChart.setAreaSplinePlotOptions(AreaSplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaSplineRangePlotOptions
          Represents the general plot options available for all area spline range type series, which can be set either generically on the chart via the BaseChart.setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BarPlotOptions
          Represents the general plot options available for all bar type series, which can be set either generically on the chart via the BaseChart.setBarPlotOptions(BarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BoxPlotOptions
          Represents the general plot options available for all box type series, which can be set either generically on the chart via the BaseChart.setBoxPlotOptions(BoxPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BubblePlotOptions
          Represents the general plot options available for all bubble type series, which can be set either generically on the chart via the BaseChart.setBubblePlotOptions(BubblePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
CandlestickPlotOptions
          Represents the general plot options available for all Candlestick type series, which can be set either generically on the chart via the StockChart.setCandlestickPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
ColumnPlotOptions
          Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnPlotOptions(ColumnPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ColumnRangePlotOptions
          Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnRangePlotOptions(ColumnRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ErrorBarPlotOptions
          Represents the general plot options available for all error bar type series, which can be set either generically on the chart via the BaseChart.setErrorBarPlotOptions(ErrorBarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
FunnelPlotOptions
          Represents the general plot options available for all funnel type series, which can be set either generically on the chart via the BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
GaugePlotOptions
          Represents the general plot options available for all gauge type series, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
HeatmapPlotOptions
          represents the general plot options available for all heatmap type series, which can be set wither generically on the chart via the BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the Series#setPlotOptions(PlotOptions

Note that these options are only needed if you want to specifically control the general options for all heatmap type series in the entire chart.

LinePlotOptions
          Represents the general plot options available for all line type series, which can be set either generically on the chart via the BaseChart.setLinePlotOptions(LinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
Marker
          Controls configuration options for the markers within a series.
Marker.Symbol
          An enumeration of supported marker symbol types, which can be passed to methods like Marker.setSymbol(Marker.Symbol) method.
OHLCPlotOptions
          Represents the general plot options available for all OHLC type series, which can be set either generically on the chart via the StockChart.setOHLCPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
PiePlotOptions
          Represents the general plot options available for all pie type series, which can be set either generically on the chart via the BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
PlotOptions
          Represents the base class of all PlotOptions types.
PyramidPlotOptions
          Represents the general plot options available for all pyramid type series, which can be set either generically on the chart via the BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ScatterPlotOptions
          Represents the general plot options available for all scatter type series, which can be set either generically on the chart via the BaseChart.setScatterPlotOptions(ScatterPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
SeriesPlotOptions
          Represents the general plot options available for all series types, which can be set either generically on the chart via the BaseChart.setSeriesPlotOptions(SeriesPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
SolidGaugePlotOptions
          Note that this series type requires the "solid-gauge.js" module.
SplinePlotOptions
          Represents the general plot options available for all spline type series, which can be set either generically on the chart via the BaseChart.setSplinePlotOptions(SplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
TreemapPlotOptions
          Represents the general plot options available for all treemap type series, which can be set either generically on the chart via the BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
WaterfallPlotOptions
          Represents the general plot options available for all waterfall type series, which can be set either generically on the chart via the WaterfallPlotOptions method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 

Classes in org.moxieapps.gwt.highcharts.client.plotOptions used by org.moxieapps.gwt.highcharts.client.plotOptions
BarPlotOptions
          Represents the general plot options available for all bar type series, which can be set either generically on the chart via the BaseChart.setBarPlotOptions(BarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BaseAreaPlotOptions
          A common base class for both AreaPlotOptions and AreaRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseAreaSplinePlotOptions
          A common base class for both AreaSplinePlotOptions and AreaSplineRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseColumnPlotOptions
          A common base class for BoxPlotOptions, ColumnPlotOptions and ColumnRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseGaugePart
          A common base class for both Dial and Pivot to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseGaugePlotOptions
          A common base class for GaugePlotOptions and SolidGaugePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseMapOptions
          A common base class for HeatmapPlotOptions and other map plot types to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseProportionalPlotOptions
          A common base class for both FunnelPlotOptions and PiePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseStatisticalPlotOptions
          A common base class for both BoxPlotOptions and ErrorBarPlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BubblePlotOptions
          Represents the general plot options available for all bubble type series, which can be set either generically on the chart via the BaseChart.setBubblePlotOptions(BubblePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
CandlestickPlotOptions
          Represents the general plot options available for all Candlestick type series, which can be set either generically on the chart via the StockChart.setCandlestickPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
DataGrouping
          A configurable class to set the options for the data grouping of the plot.
DataGrouping.Approximation
           
DataGrouping.Unit
          Basic class to support DataGrouping.
Dial
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
FlagPlotOptions
          Represents the options for the Flags present on the chart.
FlagPlotOptions.Shape
          An enumeration representing the shape of the flag.
FunnelPlotOptions
          Represents the general plot options available for all funnel type series, which can be set either generically on the chart via the BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
GaugePlotOptions
          Represents the general plot options available for all gauge type series, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
HeatmapPlotOptions
          represents the general plot options available for all heatmap type series, which can be set wither generically on the chart via the BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the Series#setPlotOptions(PlotOptions

Note that these options are only needed if you want to specifically control the general options for all heatmap type series in the entire chart.

LinePlotOptions
          Represents the general plot options available for all line type series, which can be set either generically on the chart via the BaseChart.setLinePlotOptions(LinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
LinePlotOptions.Compare
           
Marker
          Controls configuration options for the markers within a series.
Marker.Symbol
          An enumeration of supported marker symbol types, which can be passed to methods like Marker.setSymbol(Marker.Symbol) method.
OHLCPlotOptions
          Represents the general plot options available for all OHLC type series, which can be set either generically on the chart via the StockChart.setOHLCPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
PiePlotOptions
          Represents the general plot options available for all pie type series, which can be set either generically on the chart via the BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
Pivot
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
PlotOptions
          Represents the base class of all PlotOptions types.
PlotOptions.Cursor
          An enumeration of supported cursor types, which can be passed to the PlotOptions.setCursor(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor) method.
PlotOptions.PointPlacement
          An enumeration of the supported placement types, which can be passed to the PlotOptions.setPointPlacement(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.PointPlacement) method.
PlotOptions.Stacking
          An enumeration of supported stacking types, which can be passed to the PlotOptions.setStacking(PlotOptions.Stacking) method.
PyramidPlotOptions
          Represents the general plot options available for all pyramid type series, which can be set either generically on the chart via the BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
SeriesPlotOptions
          Represents the general plot options available for all series types, which can be set either generically on the chart via the BaseChart.setSeriesPlotOptions(SeriesPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
SplinePlotOptions
          Represents the general plot options available for all spline type series, which can be set either generically on the chart via the BaseChart.setSplinePlotOptions(SplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
TreemapPlotOptions
          Represents the general plot options available for all treemap type series, which can be set either generically on the chart via the BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
TreemapPlotOptions.LayoutAlgorithm
          An enum representing the available layout algorithms
TreemapPlotOptions.LayoutStartingDirection
          A Enum representing the available directions that the layout algorithm will start drawing
TreemapPlotOptions.Level
          Configurable inner class used to set options on specific levels.
WaterfallPlotOptions
          Represents the general plot options available for all waterfall type series, which can be set either generically on the chart via the WaterfallPlotOptions method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
Zone
          A configurable class representing the general options for a plot's axis zones.
Zone.Axis
          An enum used to define the Axis on which the zones are applied.
 



Copyright © 2015. All Rights Reserved.