ISeries.asErrorBar
ISeries

property asErrorBar: IErrorBarSeries;

Type Library
TeeChartx

Description
The asErrorBar property is used by the Series Class to access ErrorBar Series specific properties. See Typecasting for a detailed explanation of access to Series and Function specific properties.

Example [Visual Basic]:

With TChart1.Series( 0 )

.AsErrorBar.AddErrorBar 1234, 5678, 23, "MyErrorBar", vbBlue

End With