com.steema.teechart.styles
Class ChartErrors3D

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.ChartErrorsBase
          extended by com.steema.teechart.styles.ChartErrors3D

public class ChartErrors3D
extends ChartErrorsBase


Field Summary
 
Fields inherited from class com.steema.teechart.styles.ChartErrorsBase
ISeries
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
ChartErrors3D(Series AOwner)
           
 
Method Summary
 ValueList getBack()
           
 ErrorsFormat3D getFormat()
           
 ValueList getFront()
           
 
Methods inherited from class com.steema.teechart.styles.ChartErrorsBase
drawError, drawZError, getBottom, getErrorSizeUnits, getLeft, getRight, getSeriesColor, getSize, getTop, preparePen, setErrorSizeUnits, setSeriesColor, setSize
 
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
 

Constructor Detail

ChartErrors3D

public ChartErrors3D(Series AOwner)
Method Detail

getFormat

public ErrorsFormat3D getFormat()

getFront

public ValueList getFront()

getBack

public ValueList getBack()