public class DataPoint extends Options implements Comparable<DataPoint>
| Modifier and Type | Field and Description |
|---|---|
String |
color
Individual color for the point.
|
DataLabelOptions |
dataLabels
Individual data label for each point.
|
String |
id
An id for the point.
|
Integer |
legendIndex
Pies only.
|
MarkerOptions |
marker
Marker options.
|
String |
name
The name of the point as shown in the legend, tooltip, dataLabel etc.
|
Boolean |
sliced
Pie series only.
|
Double |
x
The x value of the point.
|
Double |
y
The x value of the point.
|
| Constructor and Description |
|---|
DataPoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DataPoint dp)
Sort by x value, then y value.
|
public String color
public final DataLabelOptions dataLabels
DataLabelOptionspublic String id
public Integer legendIndex
public final MarkerOptions marker
public String name
public Boolean sliced
public Double x
public Double y
public int compareTo(DataPoint dp)
compareTo in interface Comparable<DataPoint>Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.