TBar3DSeries

TBar3DSeries
Hierarchy     Properties     Methods     Events     

Displays Bar points with different origin values.




Unit
Bar3D

Description
Bar3D series is a derived class from TBarSeries and includes a new property: OffsetValues.

A Bar3D series displays points like a normal Bar series, but using the Offset values to determine the starting position of each bar.
This series can be used to display bars that have each one a different starting point.

Use the AddBar method to add bar 3d points:

Series1.AddBar( 100, 100, 50 );