How to prevent Marks overlapping whe I use Points and Arrows

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Albert
Newbie
Newbie
Posts: 16
Joined: Fri Nov 15, 2002 12:00 am
Location: Taipei, Taiwan, Republic of China
Contact:

How to prevent Marks overlapping whe I use Points and Arrows

Post by Albert » Thu Jul 29, 2004 2:40 am

Hi,
I try to find out the solution to prevent the Marks of PointSeries and ArrowSeries overlapping.
I know BarSeries and PieSerires have the AutoMarkPosition property.

Is there any property or function to help me prevent the overlapping problem?

Thanks in advance.

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

Post by Pep » Thu Jul 29, 2004 6:57 am

Hi Albert,

one thing you can do in this case is to create a custom function to check whether two series marks overlap. If the result is true you can customize series mark position (change the position manually).
Another alternative is to use the DragMarksTool.

Post Reply