| Class | Description |
|---|---|
| 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. |
| BaseAreaPlotOptions<T extends 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<T extends 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<T extends 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<T extends BaseGaugePart> | |
| BaseGaugePlotOptions<T extends 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<T extends 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<T extends 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<T extends 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. |
| 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. |
| DataGrouping |
A configurable class to set the options for the data grouping of the plot.
|
| 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. |
| 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. |
| FlagPlotOptions |
Represents the options for the Flags present on the chart.
|
| 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.
|
| 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<T extends 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. |
| 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.
|
| Enum | Description |
|---|---|
| DataGrouping.Approximation | |
| FlagPlotOptions.Shape |
An enumeration representing the shape of the flag.
|
| LinePlotOptions.Compare | |
| Marker.Symbol |
An enumeration of supported marker symbol types, which can be passed to methods
like
Marker.setSymbol(Marker.Symbol) method. |
| 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. |
| TreemapPlotOptions.LayoutAlgorithm |
An enum representing the available layout algorithms
|
| TreemapPlotOptions.LayoutStartingDirection |
A Enum representing the available directions that the layout algorithm will start drawing
|
| Zone.Axis |
An enum used to define the Axis on which the zones are applied.
|
Copyright © 2015. All Rights Reserved.