02-22-2017 09:50 PM
when I double click the axis max or min ,i can change it's value; how can I disable this .
03-13-2017 02:59 PM
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.