10-02-2012 02:20 PM
Hi all,
I have a scatter graph plot and I would like to positioning (move) the X-Axis labels a little bit more down. Is it possible? If so, how?
Thanks in advance
09-13-2013 04:24 AM
Hi,
I know the question is old, but maybe someone could use this possible solution:
When adjusting the size of the Ticks the labels are moved too.
If no ticks are wanted just set the tick color to the color of the graph.
scatterGraph1.XAxes[0].MajorDivisions.TickColor = scatterGraph1.BackColor;
scatterGraph1.XAxes[0].MajorDivisions.TickLength = xx;