| 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 |
|---|---|
CubicInterpolationModeCallback |
Line.getCubicInterpolationModeCallback()
Returns the cubic interpolation mode callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
Line.setCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback)
Sets the cubic interpolation mode callback.
|
| Modifier and Type | Method and Description |
|---|---|
CubicInterpolationModeCallback |
LineDataset.getCubicInterpolationModeCallback()
Returns the border join style callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
LineDataset.setCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback)
Sets the border join style callback.
|