How to set the maximum in X axis of a bar chart?
For a chart, I need to specify the maximium value of the Y axis. I cannot find the way using the chart assistant, so I tried to do it from the script:
MSChart1.Plot.Axis(VtChAxisIdY).ValueScale.Maximum = 100
It does not work since Plot does not exist in the script.
How can I define a constant value for an axis?