ICustomErrorSeries.ErrorWidth
ICustomErrorSeries

property ErrorWidth: Integer;

Type Library
TeeChartx

Description
Default 100

The ErrorWidth property determines the horizontal size of the Error "T". Size is expressed either in pixels or in percent of Bar width depending on ErrorWidthUnits property. By default, Error's "T" width is 100% of Bar width.

Example [Visual Basic]:

This code sets the Error "T" width to 34 pixels:

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

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