Hi, i need to set the minimum and maximum of an axes using a parameter that comes from data.
and to change the title via script:
i tried with this code in a button:
chart1.control.xAxes[0].minimum=-100;
chart1.control.xAxes[0].title = “ciao”;
chart1.control.invalidate();
but the scale never change an the title is not displayed on the correct axes.
what am I doing wrong?
Thanks for your help