Page 1 of 1

Where are the labels stored

Posted: Sat Feb 28, 2004 3:18 pm
by 9080590
I want to join two (or more) series to one. For each datapoint i can retrieve the x and y value but i can't seem to find how to retrieve the datapointlabel (added via addxy (x,y,label,color).

TIA

Jack

Posted: Mon Mar 01, 2004 11:16 am
by Pep
Hi Jack,

you can retrieve it using :

TChart1.Series(0).PointLabel(index)