com.steema.teechart.styles
Class IErrorPoint

java.lang.Object
  extended by com.steema.teechart.styles.IErrorPoint

public class IErrorPoint
extends java.lang.Object


Field Summary
 int ErrorHorizSize
           
 int ErrorVertSize
           
 int ValueIndex
           
 int XPos
           
 int YPos
           
 int ZPos
           
 
Constructor Summary
IErrorPoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XPos

public int XPos

YPos

public int YPos

ZPos

public int ZPos

ErrorHorizSize

public int ErrorHorizSize

ErrorVertSize

public int ErrorVertSize

ValueIndex

public int ValueIndex
Constructor Detail

IErrorPoint

public IErrorPoint()