Uses of Class
com.steema.teechart.styles.ErrorStyle

Packages that use ErrorStyle
com.steema.teechart.styles   
 

Uses of ErrorStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ErrorStyle
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.
 

Methods in com.steema.teechart.styles that return ErrorStyle
 ErrorStyle CustomError.getErrorStyle()
          Defines the Error Series Style according to EErrorSeriesStyle.
 

Methods in com.steema.teechart.styles with parameters of type ErrorStyle
 void CustomError.setErrorStyle(ErrorStyle value)
          Defines the Error Series Style according to EErrorSeriesStyle.