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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public final DataLabelOptions dataLabels
DataLabelOptions@Option public Integer legendIndex
@Option public final MarkerOptions marker
@Option public String name
@Option public Boolean sliced
public int compareTo(DataPoint dp)
compareTo in interface Comparable<DataPoint>Copyright © 2018 Fujion Framework. All rights reserved.