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
https://407832.verdetrade-hk.tech/support/
https://407832.verdetrade-hk.tech/support/viewtopic.php?f=3&t=181
Code: Select all
var RtEyeVel: TLineSeries;
begin
rtEyeVel = Series1;
rtEyeVel.AddXY(...);
Code: Select all
Series1.Title := 'RtEyeVel';