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 |
---|---|
PointStyleCallback |
LiningDataset.getPointStyleCallback()
Returns the point style callback, if set, otherwise
null . |
PointStyleCallback |
BubbleDataset.getPointStyleCallback()
Returns the point style callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setPointStyle(PointStyleCallback pointStyleCallback)
Sets the point style callback.
|
void |
BubbleDataset.setPointStyle(PointStyleCallback pointStyleCallback)
Sets the point style callback.
|