Page 1 of 1

Axis variables colliding with TeeChart for .Net

Posted: Thu Jun 22, 2023 8:38 am
by 15695876
Hello,

I have an issue where the axis variables collide because of the quantity of text they have, is there any property or solution to force the chart to respect this ones between them inserting some space or separation?
Image

Thank you.

Re: Axis variables colliding with TeeChart for .Net

Posted: Thu Jun 22, 2023 4:18 pm
by Christopher
Hello,
David N. wrote:
Thu Jun 22, 2023 8:38 am
I have an issue where the axis variables collide because of the quantity of text they have, is there any property or solution to force the chart to respect this ones between them inserting some space or separation?
Our usual recommendation in these circumstances is to change the axis labels' angle, e.g.

Code: Select all

tChart1.Axes.Bottom.Labels.Angle = 90;