Bar marks colliding with Teechart for .Net

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
David N.
Newbie
Newbie
Posts: 8
Joined: Wed May 17, 2023 12:00 am

Bar marks colliding with Teechart for .Net

Post by David N. » Thu Jun 22, 2023 8:20 am

Hello,

I am experiencing an issue where the top bar marks collide between them. Is there any option or solution to avoid this?
Image

Thank you.
Attachments
image-20230622-073118.png
image-20230622-073118.png (55.13 KiB) Viewed 9799 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Bar marks colliding with Teechart for .Net

Post by Christopher » Thu Jun 22, 2023 3:46 pm

Hello,
David N. wrote:
Thu Jun 22, 2023 8:20 am
I am experiencing an issue where the top bar marks collide between them. Is there any option or solution to avoid this?
The SeriesMarks class (e.g. tChart1.Series[0].Marks) has an AutoPosition property, but this only makes its calculations on the Series class which calls it. Otherwise we have the DragMarks tool whereby Series Marks can be dragged away from each other with the mouse.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply