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

Invert yAxis

1 Answer 52 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 02 Nov 2012, 10:10 AM
Hi,

How would I invert the yAxis on a scatterLine chart.
Essentially I want the min value to be at the top.

Many Thanks

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 02 Nov 2012, 11:44 AM
Hi Jeremy,

In order to achieve this you can use the reverse option. For example: 
$("#chart").kendoChart({
  //....
  yAxis: {
    reverse: true
    //....
  }
});

Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or