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 |
---|---|
FillCallback |
Line.getFillCallback()
Returns the fill callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Line.setFill(FillCallback fillCallback)
Sets the fill callback.
|
Modifier and Type | Method and Description |
---|---|
FillCallback |
LiningDataset.getFillCallback()
Returns the fill callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setFill(FillCallback fillCallback)
Sets the fill callback.
|
void |
ScatterDataset.setFill(FillCallback fillCallback) |