Contents  All Classes  Index A-Z  All Units


TChartSeries.AssignValues
TChartSeries

procedure AssignValues(Source: TChartSeries);

Unit
TeEngine

Description
The AssignValues method creates new Series points from Source list of points.

Example:

Series1.AssignValues( Source );

Equivalent code:

Procedure TChartSeries.AssignValues(Source : TChartSeries);
var t:Integer;
Begin
Clear;
for t:=0 to Source.Count-1 do AddedValue(Source,t);
end;





Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.