AddXY?
работало
заменил Add на AddXY работать перестало...
как надо сделать правильно???
Цитата:
Applies to
TChartSeries component
Declaration
function AddXY(Const AXValue, AYValue: Double; Const AXLabel: String; AColor: TColor) : Longint;
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.
TChartSeries component
Declaration
function AddXY(Const AXValue, AYValue: Double; Const AXLabel: String; AColor: TColor) : Longint;
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.
Поэтому пиши так:
Код:
Series1->Add(a,b,"",clBlue);
P.S. Тебе бы и в той ветке ответили бы, можно было новую не заводить.