public class SeriesXYPoint extends SeriesPoint
Title: SeriesXYPoint class
Description: Class provides access to XY Point characteristics
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
index, series
Constructor and Description |
---|
SeriesXYPoint() |
SeriesXYPoint(Series s,
int i) |
Modifier and Type | Method and Description |
---|---|
double |
getX()
Indexed Point x value.
example line1.Points[3].x=50; Sets the 2nd X value of the Line Series to 50 |
double |
getY()
Indexed Point Y value.
|
void |
setX(double value)
Indexed Point x value.
|
void |
setY(double value)
Indexed Point Y value.
|
getColor, getLabel, setColor, setLabel
public SeriesXYPoint()
public SeriesXYPoint(Series s, int i)
public double getX()
public void setX(double value)
value
- doublepublic double getY()
public void setY(double value)
value
- double