| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
Copyright © 2015. All Rights Reserved.