Series references -need explanation
Posted: Wed Nov 30, 2005 6:51 pm
Hi,
I hope someone will explain something very basic to me.
I've been using two ways to refer to series properties and methods.
1) Form1.Series1.xxx
2) Form1.DBChart1.Series[ 0 ].xxx
However with Delphi 2005 code completion, some properties, like 'Pointer' are available with the first approach but not with the second. I'd like to understand what the difference is.
Thanks,
Barry
I hope someone will explain something very basic to me.
I've been using two ways to refer to series properties and methods.
1) Form1.Series1.xxx
2) Form1.DBChart1.Series[ 0 ].xxx
However with Delphi 2005 code completion, some properties, like 'Pointer' are available with the first approach but not with the second. I'd like to understand what the difference is.
Thanks,
Barry