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 |
---|---|
BorderRadiusCallback |
BarDataset.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise
null . |
BorderRadiusCallback |
PieDataset.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback.
|
void |
PieDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback.
|