public static final class LineChartData.LineChartItem.Point
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
tooltip |
double |
x |
double |
y |
| Constructor and Description |
|---|
LineChartData.LineChartItem.Point(double x,
double y,
java.lang.String tooltip) |