series naming
Posted: Fri Dec 19, 2003 4:52 pm
Can I change the default series name. e.g. change series1 to RtEyeVel
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
Code: Select all
var RtEyeVel: TLineSeries;
begin
rtEyeVel = Series1;
rtEyeVel.AddXY(...);
Code: Select all
Series1.Title := 'RtEyeVel';