Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
Modifier and Type | Method and Description |
---|---|
BorderSkippedCallback |
Bar.getBorderSkippedCallback()
Returns the border skipped callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Bar.setBorderSkipped(BorderSkippedCallback borderSkippedCallback)
Sets the border skipped callback.
|
Modifier and Type | Method and Description |
---|---|
BorderSkippedCallback |
BarDataset.getBorderSkippedCallback()
Returns the border skipped callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setBorderSkipped(BorderSkippedCallback borderSkippedCallback)
Sets the border skipped callback.
|