Page 1 of 1

Individual Marks

Posted: Mon Nov 08, 2010 8:31 pm
by 15057312
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

Re: Individual Marks

Posted: Tue Nov 09, 2010 10:32 am
by narcis
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.