This question is locked. New answers and comments are not allowed.
Hi,
Is it possible to toggle between auto scaling and fixed scaling of the Value Axis of charts.
In case a chart is created with auto-scaling, I can scale it to a fixed Y axis with something like
chart.options.valueAxis[1].max = 50;
But how do I remove the max value ?
chart.options.valueAxis[1].max = null;
doesn't seem to have the desired effect
Warm Regards
Raja
Is it possible to toggle between auto scaling and fixed scaling of the Value Axis of charts.
In case a chart is created with auto-scaling, I can scale it to a fixed Y axis with something like
chart.options.valueAxis[1].max = 50;
But how do I remove the max value ?
chart.options.valueAxis[1].max = null;
doesn't seem to have the desired effect
Warm Regards
Raja