Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ErrorWidthUnit |
ErrorWidthUnit.PERCENT
Defines the error width units as a percentage of the chart size.
|
static ErrorWidthUnit |
ErrorWidthUnit.PIXELS
Defines the error width units in pixels.
|
Modifier and Type | Method and Description |
---|---|
ErrorWidthUnit |
ChartErrorsBase.getErrorSizeUnits() |
ErrorWidthUnit |
CustomError.getErrorWidthUnits()
The ErrorWidth in pixels or percentage of Bar width.
By default, the Error "T" width is 100% of Bar width. |
Modifier and Type | Method and Description |
---|---|
void |
ChartErrorsBase.setErrorSizeUnits(ErrorWidthUnit value) |
void |
CustomError.setErrorWidthUnits(ErrorWidthUnit value)
Sets ErrorWidth in pixels or percentage of Bar width.
Default value: ErrorWidthUnit.Percent |