Hi Experts,
i am using a 3D Surface Chart in my Windows Forms Application.
When i change the angle of the depth axis to 0 so that the text will be drawn horizontal the chart doesn't rendering correct.
chart.Axis(StandardAxis.Depth).ScaleConfigurator.Title.Angle = new NScaleLabelAngle(0)
I attached two pictures where you can see the problem. The Chart has DockMode Fill and as you can see in the first picture there is much more space at the bottom than on top. The second picture shows the chart with no change of text angle, where the position is correct.
Is there a way to fix this?
Thank you in advance for any help,
Thomas Reichl