Hi,
Can you help me concerning my issue :
I have a chart with multiple series and i want to display Marks in foreground.
The editing window can't help me concerning this.
Thank you.
Marks in Foreground
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Marks in Foreground
Hi User1,
Yes, with TeeChart Pro 2010 ActiveX you can do this:
Yes, with TeeChart Pro 2010 ActiveX you can do this:
Code: Select all
For i = 0 To TChart1.SeriesCount - 1
TChart1.Series(i).Marks.OnTop = True
Next
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 |
Re: Marks in Foreground
Thanks Narcis, it works