I am using Delphi 2006 with TeeChartPro v 7.08.
I have an app that graphs the users data and gives them the option of viewing the marks for their TLineSeries. I have a customer who wants to be able to set the precision of the text contained within the mark (i.e. only show two decimal points). I have played around with the format, style, and text options for the series but cannot find anything that allows me to give the user this control. Is there a way to do this?
Thanks.
Formatting the marks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi rhyden,
You can set marks style using this:
You can also customize marks using series OnGetMarkText event using its MarkText parameter.
You can set marks style using this:
Code: Select all
Series1.Marks.Style:=smsValue;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |