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