Help about Marks!

TeeChart for ActiveX, COM and ASP
Post Reply
ColorLine for TeeChart Pro Activex 5
Newbie
Newbie
Posts: 7
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Help about Marks!

Post by ColorLine for TeeChart Pro Activex 5 » Mon May 31, 2004 3:39 am

If having a lot of points in the series ,

Code: Select all

Tchart.series(series_idx).Marks.visible = true 
will show a lot of marks , if chart is not enough big ,all the marks will cover each other.


How to resolve this question

ColorLine for TeeChart Pro Activex 5
Newbie
Newbie
Posts: 7
Joined: Fri Nov 15, 2002 12:00 am
Contact:

MasksTop

Post by ColorLine for TeeChart Pro Activex 5 » Mon May 31, 2004 6:21 am

I have resolved this question by myself using

Code: Select all

Tchart.tools.add tcMarksTip

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 31, 2004 8:08 am

Hi,

yes, I think it's the best option in that case.

Post Reply