Can marks be placed individually on pointers?
I am using this code:
TChart1(0).Marks.Style = Steema.TeeChart.Styles.MarksStyles.Label
i = CInt(Grid1.Selection.FirstRow) - 1
TChart1(0).Marks.Items(i).Visible = True
TChart1(0).Marks.Items(i).Text = Sample2(i)
This code does not work
Individual Marks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Individual Marks
Hi lilo,
I'm not sure about what you are trying to achieve. You might be interested in using series' GetMarkText event as in the example in tutorial 6. Tutorials are available at TeeChart's program group.
If this doesn't help please give us more detailed information of your requirements.
Thanks in advance.
I'm not sure about what you are trying to achieve. You might be interested in using series' GetMarkText event as in the example in tutorial 6. Tutorials are available at TeeChart's program group.
If this doesn't help please give us more detailed information of your requirements.
Thanks in advance.
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 |