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 |
---|---|
BorderDashOffsetCallback |
LiningDataset.getBorderDashOffsetCallback()
Returns the border dash offset callback, if set, otherwise
null . |
BorderDashOffsetCallback |
LiningDataset.getHoverBorderDashOffsetCallback()
Returns the border dash offset callback when element is hovered, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setBorderDashOffset(BorderDashOffsetCallback borderDashOffsetCallback)
Sets the border dash offset callback.
|
void |
LiningDataset.setHoverBorderDashOffset(BorderDashOffsetCallback borderDashOffsetCallback)
Sets the border dash offset callback when element is hovered.
|