ICustomErrorSeries.AddErrorBar
ICustomErrorSeries
function AddErrorBar(AX, AY, AError: Double; Const AXLabel: WideString; AColor: OLE_COLOR): Integer;
Type Library
TeeChartx
Description
The AddErrorBar function adds a new Error Bar point to the Series. Returns the position of the Error Bar in the list. Positions start at zero. The AError parameter is stored at ErrorValues list.
Each Bar is displayed with an Error "T" on top. You can control the "T" appearance by using the ErrorPen and ErrorWidth properties.
Example [Visual Basic]:
This code adds a new Error Bar (Series( 0 )):
Series( 0 ).AsErrorBar.AddErrorBar 1234, 5678, 23, "MyErrorBar", vbBlue