| Modifier and Type | Field and Description |
|---|---|
List<DataPoint> |
Series.data
A list of data points.
|
| Modifier and Type | Method and Description |
|---|---|
DataPoint |
Series.addDataPoint(double y)
Adds a single data point.
|
DataPoint |
Series.addDataPoint(double x,
double y)
Adds a single data point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DataPoint.compareTo(DataPoint dp)
Sort by x value, then y value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Series.addDataPoints(List<DataPoint> values)
Adds a list of data point values.
|
Copyright © 2018 Fujion Framework. All rights reserved.