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 |
---|---|
BarBorderWidthCallback |
BarDataset.getBorderWidthCallback()
Returns the border width callback, if set, otherwise
null . |
BarBorderWidthCallback |
BarDataset.getHoverBorderWidthCallback()
Returns the hover border width callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setBorderWidth(BarBorderWidthCallback borderWidthCallback)
Sets the border width callback.
|
void |
BarDataset.setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)
Sets the hover border width callback.
|