Package | Description |
---|---|
org.pepstock.charba.client.data |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataPoint> |
LineDataset.getDataPoints()
Returns the data property of a dataset for a chart is specified as an array of data points
|
java.util.List<DataPoint> |
BubbleDataset.getDataPoints()
Returns the data property of a dataset for a chart is specified as an array of data points
|
java.util.List<DataPoint> |
BarDataset.getDataPoints()
Returns the data property of a dataset for a chart is specified as an array of data points
|
Modifier and Type | Method and Description |
---|---|
void |
LineDataset.setDataPoints(DataPoint... datapoints)
Sets the data property of a dataset for a chart is specified as an array of data points.
|
void |
BubbleDataset.setDataPoints(DataPoint... datapoints)
Sets the data property of a dataset for a chart is specified as an array of data points.
|
void |
BarDataset.setDataPoints(DataPoint... datapoints)
Sets the data property of a dataset for a chart is specified as an array of data points.
|