
Changing axis scale when using MSChart
Can someone tell me how to fix the y axis in MSChart when
using the 2dXY (2d scatter) chart. I am looking for a
statement something like..
MSChart1.Plot.Axis(VtChAxisIdX).Maximum = 10
MSChart1.Plot.Axis(VtChAxisIdX).Minimum = 5
these don't work.
Note: there is a Maximum property that applies to a
ValueScale object but I don't know how to or if I can use
this in any way.