IBar3DSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
The Bar3DSeries, similar to a standard Bar Series, permits the definition of a cutoff point for each Bar. When using AddBar, the AOffset parameter defines the start point of the Bar on the Y-Axis scale.

Thus a Bar added [Visual Basic]:

TChart1.Series(0).asBar3D.AddBar 5, 4, 3, "Bar1", clTeeColor

will add a Bar that appears at 5 on the X-Axis, with maximum 4 on the Y-Axis and Y starting point of 3 (Y scale). The height of the Bar displayed is 1.