Is there a way to get (not set) the valueAxis' min/max/majorunit values? I only seem to be able to access those properties if I actually set them first.
I want to be able to know what the values have been automatically set to by Kendo and determine if I need to fine tune the scaling.
Thanks.
1 Answer, 1 is accepted
0
Hristo Germanov
Telerik team
answered on 14 Mar 2014, 09:35 AM
Hi Sean,
You can easily get the axes from the chart._plotArea.axes. Then you need to get your axis by axis type.