| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
ChartSubtitle |
ChartSubtitle.setAlign(ChartTitle.Align align)
Convenience method for setting the 'align' option of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setFloating(boolean floating)
Convenience method for setting the 'floating' option of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setStyle(Style style)
Convenience method for setting the 'style' options of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setText(String text)
Convenience method for setting the 'text' option of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setVerticalAlign(ChartTitle.VerticalAlign verticalAlign)
Convenience method for setting the 'verticalAlign' option of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setX(Number x)
Convenience method for setting the 'x' position option of the subtitle.
|
ChartSubtitle |
ChartSubtitle.setY(Number y)
Convenience method for setting the 'y' position option of the subtitle.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseChart.setChartSubtitle(ChartSubtitle subtitle)
Convenience method for setting the 'subtitle' chart options.
|
T |
BaseChart.setTitle(ChartTitle chartTitle,
ChartSubtitle chartSubtitle)
Set a new title or subtitle for the chart.
|
Copyright © 2015. All Rights Reserved.