TChartSeries.AddY
TChartSeries
function AddY(Const AYValue: TChartValue; Const ALabel: String; AColor: TColor): Integer;
Unit
TeEngine
Description
The TChartSeries AddY method can be used to insert new Series points when you do not have an X Value for the point.
This function inserts a new point in the Series. The new point only has Y values. X value is automatically calculated.
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.