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