Contents  All Classes  Index A-Z  All Units


TCustomBarSeries
Hierarchy     Properties     Methods     Events     

Unit
Series

Description
The TCustomBarSeries component is an abstract component used as the ancestor of TBarSeries and THorizBarSeries components.

Set the ParentChart property to the desired Chart component.

To add points to the Series you should use the TBarSeries.Add or THorizBarSeries.Add methods.

TCustomBarSeries provides several methods and read-only properties shared by both TBarSeries and THorizBarSeries:

The
internal DrawBar method is used to display each bar point.

The BarRectangle, BarPolygon and BarEllipse methods can be used to custom draw bar shapes.

The GetBarStyle function returns the corresponding BarStyle for a given bar point.

The BarMargin function returns the amount in pixels used to leave margins from Chart edges.

The ApplyBarOffset function returns a given bar screen coordinate after applying the OffsetPercent property.

Please refer to TChartSeries ancestor description for all common Series properties like Marks, Axis dependence and events.



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.