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

Descending order y-axis on scatterLine multi-axis charts

2 Answers 128 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 24 Nov 2015, 06:28 AM

Hi,

I have a chart very similar to this.

http://demos.telerik.com/kendo-ui/scatter-charts/multiple-axes

What i need to do is while x-axis remain same position, i need to reverse(descending order values) y-axis values.

eg: Power should be starting from 160,140,120,100...so on.. and x-axis in same position starting with 0.

important : I must not take x-axis to top as it happens when 'reverse=true'

 

Your help is highly appreciated.

 

Thank you

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 26 Nov 2015, 07:30 AM
Hi Steven,

To achieve the expected you should use the yAxis.reverse option and set yAxis.axisCrossingValue too. For your convenience here is a modified version of the online demo.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Steven
Top achievements
Rank 1
answered on 26 Nov 2015, 10:39 PM
Thank you Iliana... Your solution solved my problem. thanks again.
Tags
Charts
Asked by
Steven
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Steven
Top achievements
Rank 1
Share this question
or