com.steema.teechart.styles
Class ErrorsFormat

java.lang.Object
  extended by com.steema.teechart.styles.ErrorsFormat
Direct Known Subclasses:
ErrorsFormat3D

public class ErrorsFormat
extends java.lang.Object


Field Summary
 IBaseChart IntChart
           
 
Constructor Summary
ErrorsFormat(IBaseChart c)
           
 
Method Summary
 ChartPen getBottom()
           
 ChartPen getLeft()
           
 ChartPen getRight()
           
 ChartPen getTop()
           
 void setBottom(ChartPen value)
           
 void setLeft(ChartPen value)
           
 void setRight(ChartPen value)
           
 void setTop(ChartPen value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IntChart

public IBaseChart IntChart
Constructor Detail

ErrorsFormat

public ErrorsFormat(IBaseChart c)
Method Detail

getLeft

public ChartPen getLeft()

setLeft

public void setLeft(ChartPen value)

getRight

public ChartPen getRight()

setRight

public void setRight(ChartPen value)

getTop

public ChartPen getTop()

setTop

public void setTop(ChartPen value)

getBottom

public ChartPen getBottom()

setBottom

public void setBottom(ChartPen value)