Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

c# graph disable change axis range

when I double click the axis max or min  ,i can change it's value; how can I disable this .

0 Kudos
Message 1 of 2
(2,799 Views)

This can be configured through the appropriate "interaction mode" property. In WPF, you can use the InteractionMode property on Axis<TData>; in Windows Forms, you can use the InteractionMode property on the Graph class.

~ Paul H
0 Kudos
Message 2 of 2
(2,711 Views)