Mark Item

TeeChart for ActiveX, COM and ASP
Post Reply
wisefn
Newbie
Newbie
Posts: 5
Joined: Fri May 27, 2005 4:00 am

Mark Item

Post by wisefn » Thu Mar 13, 2008 5:08 am

Image

I use TeeChart6Activex..
The pie when drawing the chart,
The value when the difference is small, the mark piles up..

it does not become the place where it wants approaching
with the Series(0).Marks.item(0).Visible = False
It isn't supported from TeeChart6.0?

And It will be able to solve and there isn't a different method?

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

Post by Narcís » Thu Mar 13, 2008 10:36 am

Hi wisefn,

The first think you could try is toggling AutoMarkPosition:

Code: Select all

     TChart1.Series(0).asPie.AutoMarkPosition = True
You could also use DrawEvery property:

Code: Select all

    TChart1.Series(0).Marks.DrawEvery = 3
Finally you can do something as what Pep suggested here. This is a TeeChart for .NET thread but the same can be applied to the ActiveX version.

Hope this helps.
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