public abstract class ChartErrorsBase extends TeeBase
Modifier and Type | Field and Description |
---|---|
Series |
ISeries |
chart, InternalUse
Constructor and Description |
---|
ChartErrorsBase(Series AOwner) |
Modifier and Type | Method and Description |
---|---|
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) |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public Series ISeries
public ChartErrorsBase(Series AOwner)
public ValueList getLeft()
public ValueList getRight()
public ValueList getTop()
public ValueList getBottom()
public ErrorWidthUnit getErrorSizeUnits()
public void setErrorSizeUnits(ErrorWidthUnit value)
public int getSize()
public void setSize(int value)
public boolean getSeriesColor()
public void setSeriesColor(boolean value)
public void preparePen(int ValueIndex, ChartPen ErrorPen)
public void drawError(int X, int Y, int ALength, int HalfSize, int AZ, boolean IsHoriz)
public void drawZError(int X, int Y, int Z, int ALength, int HalfSize)