Individual Marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
lilo
Newbie
Newbie
Posts: 61
Joined: Thu Sep 23, 2010 12:00 am

Individual Marks

Post by lilo » Mon Nov 08, 2010 8:31 pm

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

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

Re: Individual Marks

Post by Narcís » Tue Nov 09, 2010 10:32 am

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.
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