TBar3DSeries.AddBar

TBar3DSeries.AddBar
TBar3DSeries

function AddBar(Const AX, AY, AOffset: Double; Const AXLabel: String; AColor: TColor): Integer;

Unit
Bar3D

Description
Call AddBar function to insert a new bar in the Series.
The new bar has AX,AY and AOffset values.

AXLabel is optional and can be empty ('').

The AColor is optional (can be clTeeColor)

Series1.AddBar( 0, 1234, 123 );


The function returns the new bar position in the Values List.