com.steema.teechart.styles
Class ChartErrorsBase
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.styles.ChartErrorsBase
- Direct Known Subclasses:
- ChartErrors, ChartErrors3D
public abstract class ChartErrorsBase
- extends TeeBase
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISeries
public Series ISeries
ChartErrorsBase
public ChartErrorsBase(Series AOwner)
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)