public class ScatterChartDataPoint extends DataPoint
Constructor and Description |
---|
ScatterChartDataPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getXvalue()
X-value
|
Double |
getYvalue()
Y-value
|
int |
hashCode() |
void |
setXvalue(Double xvalue) |
void |
setYvalue(Double yvalue) |
String |
toString() |
ScatterChartDataPoint |
xvalue(Double xvalue) |
ScatterChartDataPoint |
yvalue(Double yvalue) |
effectFormat, fillFormat, getEffectFormat, getFillFormat, getLineFormat, getThreeDFormat, lineFormat, setEffectFormat, setFillFormat, setLineFormat, setThreeDFormat, threeDFormat
public ScatterChartDataPoint xvalue(Double xvalue)
public Double getXvalue()
public void setXvalue(Double xvalue)
public ScatterChartDataPoint yvalue(Double yvalue)
public Double getYvalue()
public void setYvalue(Double yvalue)
Copyright © 2022. All rights reserved.