Package | Description |
---|---|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
controllers.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisMarginsItem
JavaScript object which contains the margins sizes of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks. Implements all set methods to change java script object properties. |
Modifier and Type | Method and Description |
---|---|
MarginsItem |
BaseBoxNodeItem.getMargins()
Returns the margin item.
|