| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
AxisTitle |
AxisTitle.setAlign(AxisTitle.Align align)
Convenience method for setting the 'align' option of the title.
|
AxisTitle |
AxisTitle.setMargin(Number margin)
Convenience method for setting the 'margin' option of the title.
|
AxisTitle |
AxisTitle.setRotation(Number rotation)
Convenience method for setting the 'margin' option of the title.
|
AxisTitle |
AxisTitle.setStyle(Style style)
Convenience method for setting the 'style' options of the axis title.
|
AxisTitle |
AxisTitle.setText(String text)
Convenience method for setting the 'text' option of the title.
|
AxisTitle |
AxisTitle.setY(Number y)
Convenience method for setting the 'y' option of the title.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Axis.setAxisTitle(AxisTitle title)
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered.
|
T |
Axis.setAxisTitle(AxisTitle title,
boolean redraw)
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered (explicitly controlling whether or not the new title will
be immediately drawn in the case of being called after the chart is rendered).
|
Copyright © 2015. All Rights Reserved.