Custom Marks

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
STC
Newbie
Newbie
Posts: 23
Joined: Wed Mar 10, 2004 5:00 am

Custom Marks

Post by STC » Tue Apr 04, 2006 4:45 pm

Hello

How do I set the text for marks myself?

I have a line chart with, say, 10 points, with varying x and y values.

I want to put a number next to each point so that in the data table that I have in my report, the user can easily see the point on my chart that I am referring to

Cheers

Paul

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Apr 05, 2006 7:38 am

Hi Paul,

You can use the series OnGetMarkText event and its MarkText paramater.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply