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

Packages that use ErrorWidthUnit
com.steema.teechart.styles   
 

Uses of ErrorWidthUnit in com.steema.teechart.styles
 

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

Methods in com.steema.teechart.styles that return ErrorWidthUnit
 ErrorWidthUnit ChartErrorsBase.getErrorSizeUnits()
           
 ErrorWidthUnit CustomError.getErrorWidthUnits()
          The ErrorWidth in pixels or percentage of Bar width.
 

Methods in com.steema.teechart.styles with parameters of type ErrorWidthUnit
 void ChartErrorsBase.setErrorSizeUnits(ErrorWidthUnit value)
           
 void CustomError.setErrorWidthUnits(ErrorWidthUnit value)
          Sets ErrorWidth in pixels or percentage of Bar width.