Page 1 of 1

Help about Marks!

Posted: Mon May 31, 2004 3:39 am
by 6925597
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

MasksTop

Posted: Mon May 31, 2004 6:21 am
by 6925597
I have resolved this question by myself using

Code: Select all

Tchart.tools.add tcMarksTip

Posted: Mon May 31, 2004 8:08 am
by Pep
Hi,

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