Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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 |
---|---|
EnableBorderRadiusCallback |
Bar.getEnableBorderRadiusCallback()
Returns the enable border radius callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Bar.setEnableBorderRadius(EnableBorderRadiusCallback enableBorderRadiusCallback)
Sets the enable border radius callback.
|
Modifier and Type | Method and Description |
---|---|
EnableBorderRadiusCallback |
BarDataset.getEnableBorderRadiusCallback()
Returns the enable border radius callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setEnableBorderRadius(EnableBorderRadiusCallback enableBorderRadiusCallback)
Sets the enable border radius callback.
|