|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.styles.SeriesPoint
com.steema.teechart.styles.SeriesXYPoint
public class SeriesXYPoint
Title: SeriesXYPoint class
Description: Class provides access to XY Point characteristics
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.styles.SeriesPoint |
---|
index, series |
Constructor Summary | |
---|---|
SeriesXYPoint()
|
|
SeriesXYPoint(Series s,
int i)
|
Method Summary | |
---|---|
double |
getX()
Indexed Point x value. |
double |
getY()
Indexed Point Y value. |
void |
setX(double value)
Indexed Point x value. |
void |
setY(double value)
Indexed Point Y value. |
Methods inherited from class com.steema.teechart.styles.SeriesPoint |
---|
getColor, getLabel, setColor, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeriesXYPoint()
public SeriesXYPoint(Series s, int i)
Method Detail |
---|
public double getX()
public void setX(double value)
value
- doublepublic double getY()
public void setY(double value)
value
- double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |