0

Graph autoadjust disable.

Wilson 9 ár síðan 0
Using Windows forms, how can I disable the graph autoadjust?
If I add one scatterpoint using:
scatterSeries1.Points.Add(new ScatterPoint( x, y));
and then:
plotView1.InvalidatePlot(true);
the graph is autoadjusted to see the plot. Thanks in advance