TGanttSeries.AddXY

TGanttSeries.AddXY
TGanttSeries

function AddXY(Const AXValue, AYValue: TChartValue; Const ALabel: String; AColor: TColor): Integer; override;

Unit
GanttCh

Description
This function inserts a new point in the Series. The new point has X and Y values. The AXLabel parameter is optional (can be empty ''). The AColor parameter is optional (can be clTeeColor). The function returns the new point position in the Values list.