| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
static PlotLine.DashStyle |
PlotLine.DashStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotLine.DashStyle[] |
PlotLine.DashStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlotLine |
PlotLine.setDashStyle(PlotLine.DashStyle dashStyle)
Convenience method for setting the 'dashStyle' plot line optoin.
|
T |
Axis.setGridLineDashStyle(PlotLine.DashStyle gridLineDashStyle)
Convenience method for setting the 'gridLineDashStyle' axis option.
|
ColorAxis |
ColorAxis.setGridLineDashStyle(PlotLine.DashStyle gridLineDashStyle)
Convenience method for setting the 'gridLineDashStyle' option of the map.
|
T |
Axis.setMinorGridLineDashStyle(PlotLine.DashStyle minorGridLineDashStyle)
Convenience method for setting the 'minorGridLineDashStyle' axis option.
|
ColorAxis |
ColorAxis.setMinorGridLineDashStyle(PlotLine.DashStyle minorGridLineDashStyle)
Convenience method for setting the 'minorGridLineDashStyle' option of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TreemapPlotOptions.Level |
TreemapPlotOptions.Level.setBorderDashStyle(PlotLine.DashStyle borderDashStyle)
Convenience method for setting the 'borderDashStyle' option of the level.
|
T |
PlotOptions.setDashStyle(PlotLine.DashStyle dashStyle)
Convenience method for setting the 'dashStyle' plot option.
|
Zone |
Zone.setDashStyle(PlotLine.DashStyle dashStyle)
Convenience method for setting the 'dashStyle' option of the zone.
|
T |
BaseStatisticalPlotOptions.setStemDashStyle(PlotLine.DashStyle stemDashStyle)
Convenience method for setting the 'dashStyle' option of the box plot options.
|
Copyright © 2015. All Rights Reserved.