Page 1 of 1

Bar marks colliding with Teechart for .Net

Posted: Thu Jun 22, 2023 8:20 am
by 15695876
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.

Re: Bar marks colliding with Teechart for .Net

Posted: Thu Jun 22, 2023 3:46 pm
by Christopher
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.