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

Line chart with multiple lines, each with different x/y values?

1 Answer 1452 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Blake
Top achievements
Rank 1
Blake asked on 20 Sep 2016, 10:24 PM

Hello,

Is it possible to create a line chart that consists of multiple curve lines (in my case 3), each with different x values and y values? For instance, I have one line (curve) that has x values ranging from 0-900 and y values ranging from 0.10-0.90. Then I have another line with x values ranging from 0-900, and y values 10,000-15,000. So on for the other line. These lines may share the same x-axis (although their x values will differ), but they will all have different y-axes. Is this possible? I'm currently trying to create a chart with my scenario, but all the documentation seems to only show how to have an x-axis that acts as a "category" where each line shares the same x-value.  If I set the datasource, that will work work if I have a single line, so I don't think I can use the datasource property since I have 3 separate lines. I've also seen that you can set the "data" property of each series, but that appears to only be y-values. How do I just load data and set coordinates individually for each series?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 22 Sep 2016, 01:17 PM
Hi Blake,

You could achieve the described scenario by using multiple axes - categoryAxis / valueAxis / xAxis / yAxis, depending on the series.type. For your convenience here is a basic dojo:

http://dojo.telerik.com/@Iliana/UjEPE

I recommend to check the following documentation topics as they contain detailed information about the chart series and data binding: 
- Data Binding 
http://docs.telerik.com/kendo-ui/controls/charts/data-binding

- Data Series
http://docs.telerik.com/kendo-ui/controls/charts/series

Also below are some online demos which illustrated similar scenarios: 

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

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

Regards,
Iliana Nikolova
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Charts
Asked by
Blake
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or