| Package | Description |
|---|---|
| org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
| Modifier and Type | Method and Description |
|---|---|
PositionCallback<ChartContext> |
Title.getPositionCallback()
Returns the position callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
Title.setPosition(PositionCallback<ChartContext> positionCallback)
Sets the position callback.
|