Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Scatter graph - X axis positioning (Moving X-Axis)

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

0 Kudos
Message 1 of 2
(4,953 Views)

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;

 

0 Kudos
Message 2 of 2
(4,716 Views)