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 |
---|---|
BorderJoinStyleCallback |
LiningDataset.getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwise
null . |
BorderJoinStyleCallback |
LiningDataset.getHoverBorderJoinStyleCallback()
Returns the border join style callback when element is hovered, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setBorderJoinStyle(BorderJoinStyleCallback borderJoinStyleCallback)
Sets the border join style callback.
|
void |
LiningDataset.setHoverBorderJoinStyle(BorderJoinStyleCallback borderJoinStyleCallback)
Sets the border join style callback when element is hovered.
|