com.steema.teechart.styles
Class ChartErrorsBase

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.ChartErrorsBase
Direct Known Subclasses:
ChartErrors, ChartErrors3D

public abstract class ChartErrorsBase
extends TeeBase


Field Summary
 Series ISeries
           
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
ChartErrorsBase(Series AOwner)
           
 
Method Summary
 void drawError(int X, int Y, int ALength, int HalfSize, int AZ, boolean IsHoriz)
           
 void drawZError(int X, int Y, int Z, int ALength, int HalfSize)
           
 ValueList getBottom()
           
 ErrorWidthUnit getErrorSizeUnits()
           
 ValueList getLeft()
           
 ValueList getRight()
           
 boolean getSeriesColor()
           
 int getSize()
           
 ValueList getTop()
           
 void preparePen(int ValueIndex, ChartPen ErrorPen)
           
 void setErrorSizeUnits(ErrorWidthUnit value)
           
 void setSeriesColor(boolean value)
           
 void setSize(int value)
           
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISeries

public Series ISeries
Constructor Detail

ChartErrorsBase

public ChartErrorsBase(Series AOwner)
Method Detail

getLeft

public ValueList getLeft()

getRight

public ValueList getRight()

getTop

public ValueList getTop()

getBottom

public ValueList getBottom()

getErrorSizeUnits

public ErrorWidthUnit getErrorSizeUnits()

setErrorSizeUnits

public void setErrorSizeUnits(ErrorWidthUnit value)

getSize

public int getSize()

setSize

public void setSize(int value)

getSeriesColor

public boolean getSeriesColor()

setSeriesColor

public void setSeriesColor(boolean value)

preparePen

public void preparePen(int ValueIndex,
                       ChartPen ErrorPen)

drawError

public void drawError(int X,
                      int Y,
                      int ALength,
                      int HalfSize,
                      int AZ,
                      boolean IsHoriz)

drawZError

public void drawZError(int X,
                       int Y,
                       int Z,
                       int ALength,
                       int HalfSize)