Package | Description |
---|---|
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 |
---|---|
BorderCapStyleCallback |
LiningDataset.getBorderCapStyleCallback()
Returns the border cap style callback, if set, otherwise
null . |
BorderCapStyleCallback |
LiningDataset.getHoverBorderCapStyleCallback()
Returns the border cap style callback when element is hovered, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setBorderCapStyle(BorderCapStyleCallback borderCapStyleCallback)
Sets the border cap style callback.
|
void |
LiningDataset.setHoverBorderCapStyle(BorderCapStyleCallback borderCapStyleCallback)
Sets the border cap style callback when element is hovered.
|