Hi

I am using VB 6 with MSCHART. I have no problem plotting my graphs but cannot change the Axis Scale on the fly. I can change it from the Property Page in design mode by turning off automatic and entering values, but cannot change it in the program.

I have tried:

LogChart.Plot.A xis(VtChAxisIdX ).ValueScale.Ma jorDivision = 500
LogChart.Plot.A xis(VtChAxisIdX ).ValueScale.Mi norDivision = 100
...