TErrorBarSeries
 
 
 

All Units  All Classes  Properties, Methods and Events  

TErrorBarSeries
Hierarchy     Properties     Methods     Events     

Bar series with additional "error" values.




Unit
ErrorBar

Description
The TErrorBarSeries component is a standard TBarSeries component that adds a new value for each bar. To see a visual representation of this Series type, go to the TeeChart User Guide.

This new values are stored at ErrorValues property.

They are used to draw a "T" shape on top of each bar.

Set the ParentChart property to the desired Chart component.

To add points to the Series you should use the AddErrorBar method.

The ErrorWidth property determines the width of the "T" shape.It can be expressed in screen pixels or in relative bar width percent depending on the ErrorWidthUnits property.

The ErrorPen property determines the kind of pen used to draw the "T" shape.

Negative ErrorValues are allowed. They are drawn as an inverted "T" shape.

Please refer to TBarSeries ancestor description for all common properties like BarPen, BarBrush, BarStyle and basic properties like Marks, Axis dependence and events.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.