Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ErrorStyle |
ErrorStyle.BOTTOM
Crossbar of 'T' error displacement indicator displayed on the bottom.
|
protected ErrorStyle |
CustomError.iErrorStyle |
static ErrorStyle |
ErrorStyle.LEFT
Crossbar of 'T' error displacement indicator displayed on the left.
|
static ErrorStyle |
ErrorStyle.LEFTRIGHT
Crossbar of 'T' error displacement indicator displayed on the left and
right.
|
static ErrorStyle |
ErrorStyle.RIGHT
Crossbar of 'T' error displacement indicator displayed on the right.
|
static ErrorStyle |
ErrorStyle.TOP
Crossbar of 'T' error displacement indicator displayed on the top.
|
static ErrorStyle |
ErrorStyle.TOPBOTTOM
Crossbar of 'T' error displacement indicator displayed on the top and
bottom.
|
Modifier and Type | Method and Description |
---|---|
ErrorStyle |
CustomError.getErrorStyle()
Defines the Error Series Style according to EErrorSeriesStyle.
Default value: ErrorStyle.TopBottom |
Modifier and Type | Method and Description |
---|---|
void |
CustomError.setErrorStyle(ErrorStyle value)
Defines the Error Series Style according to EErrorSeriesStyle.
Default value: ErrorStyle.TopBottom |