Where are the labels stored

TeeChart for ActiveX, COM and ASP
Post Reply
Jack007
Newbie
Newbie
Posts: 10
Joined: Thu Jan 22, 2004 5:00 am

Where are the labels stored

Post by Jack007 » Sat Feb 28, 2004 3:18 pm

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

Pep
Site Admin
Site Admin
Posts: 3278
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Mar 01, 2004 11:16 am

Hi Jack,

you can retrieve it using :

TChart1.Series(0).PointLabel(index)

Post Reply