I recently had to change the size of the x-axis labels to assure they're legible when printed. Doing so, a margin between the labels and the axis itself appeared, which seems to depend in size on the fontsize and the number of datapoints.
This margin seems to vanish, when removing the angle on the labels (AxisX.LabelStyle.Angle = 0). Unfortunately, this aint a solution, as the angle on the label is a requirement for the project.
Setting IsMarginsVisible didn't solve the issue.
Is there any way to remove this margin?
Screenshots visualizing the issue:
An MCVE showing the issue is available here: https://www.dropbox.com/s/4y0nwj8bymz6m3q/MSChart%20-%20misplaced%20labels.zip?dl=0
Please note: Some time ago, I ran into a similar issue, if the number of elements becomes huge, which is also still unsolved ( MSChart axis misplaced for huge charts ). I'm available for any questions and suggestions, to avoid becoming this question as unpopular as the other.
P.S. If you feel the urge to downvote this question, please let me know why so I may try to improve it (as I'm unable to see myself where this question is unclear or missing signs of recherche). Thank you.