com.steema.teechart.styles
Class ErrorsFormat3D

java.lang.Object
  extended by com.steema.teechart.styles.ErrorsFormat
      extended by com.steema.teechart.styles.ErrorsFormat3D

public class ErrorsFormat3D
extends ErrorsFormat


Field Summary
 
Fields inherited from class com.steema.teechart.styles.ErrorsFormat
IntChart
 
Constructor Summary
ErrorsFormat3D(IBaseChart c)
           
 
Method Summary
 ChartPen getBack()
           
 ChartPen getFront()
           
 void setBack(ChartPen value)
           
 void setFront(ChartPen value)
           
 
Methods inherited from class com.steema.teechart.styles.ErrorsFormat
getBottom, getLeft, getRight, getTop, setBottom, setLeft, setRight, setTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorsFormat3D

public ErrorsFormat3D(IBaseChart c)
Method Detail

getFront

public ChartPen getFront()

setFront

public void setFront(ChartPen value)

getBack

public ChartPen getBack()

setBack

public void setBack(ChartPen value)