This is a migrated thread and some comments may be shown as answers.

Getting ValueAxis Properties

1 Answer 77 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Computer
Top achievements
Rank 1
Computer asked on 12 Mar 2014, 09:19 PM
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

Sort by
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.

-=Live Demo=-

I hope this helps.

Regards,
Hristo Germanov
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Charts
Asked by
Computer
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or