Page 1 of 1

Marks in Foreground

Posted: Tue Nov 02, 2010 10:37 am
by 15054354
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.

Re: Marks in Foreground

Posted: Tue Nov 02, 2010 11:00 am
by narcis
Hi User1,

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

Re: Marks in Foreground

Posted: Tue Nov 02, 2010 11:09 am
by 15054354
Thanks Narcis, it works ;)