com.steema.teechart.styles
Class SeriesXYZPoint

java.lang.Object
  extended by com.steema.teechart.styles.SeriesPoint
      extended by com.steema.teechart.styles.SeriesXYPoint
          extended by com.steema.teechart.styles.SeriesXYZPoint

public class SeriesXYZPoint
extends SeriesXYPoint

Title: SeriesXYZPoint class

Description: Class provides access to XYZ Point characteristics

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
protected  Custom3D custom3D
           
 
Fields inherited from class com.steema.teechart.styles.SeriesPoint
index, series
 
Constructor Summary
SeriesXYZPoint()
           
SeriesXYZPoint(Custom3D s, int i)
           
 
Method Summary
 double getZ()
          Indexed Point Z value
 void setZ(double value)
          Indexed Point Z value
 
Methods inherited from class com.steema.teechart.styles.SeriesXYPoint
getX, getY, setX, setY
 
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
 

Field Detail

custom3D

protected Custom3D custom3D
Constructor Detail

SeriesXYZPoint

public SeriesXYZPoint()

SeriesXYZPoint

public SeriesXYZPoint(Custom3D s,
                      int i)
Method Detail

getZ

public double getZ()
Indexed Point Z value

Returns:
double

setZ

public void setZ(double value)
Indexed Point Z value

Parameters:
value - double