ICustomErrorSeries.ErrorWidthUnits
ICustomErrorSeries

property ErrorWidthUnits: EErrorWidthUnits;

Type Library
TeeChartx

Description
Default ewuPercent

The ErrorWidthUnits property determines if ErrorWidth property is expressed either in pixels or in percent of Bar width. By default, Error's "T" width is 100% of Bar width.

Example [Visual Basic]:

This code sets the Error "T" width to 25 % of Bar width:

TChart1.Series(0).asErrorBar.ErrorWidthUnits = ewuPercent

TChart1.Series(0).asErrorBar.ErrorWidth = 25