We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to create spline chart with multiple series?

Here are the target output of the chart I want to create.
Rssi vs Channel
The chart shows access points channels used and its signal strength. Each access points is represented as spline series.
Here are my progress

As you can see from the above picture, every series is using the first series x values, even when x values for every series is given. It is as if the x values are ignored except for the first series.
Data is organized as follows.
There are 5 series. Each series contains 5 Points. Each points contain 2 values, x and y.
Here are some of the sample data
Series 1
Pointxy
140
2519.2
3624
4719.2
580
Series 2
Pointxy
1-10
2051.2
3164
4251.2
530

The x values of Series 2 are totally being ignored.
The source code for the sample, is available here.
https://github.com/syaifulnizamyahya/SfChart/tree/1815d249f23e02d00634113d1410278d2c51eaa7

2 Replies

SN Syaiful Nizam Yahya December 14, 2016 06:57 AM UTC

Fixed it. 

Instead of CategoryAxis, I should've have use NumericalAxis.

Thanks.


DA Devi Aruna Maharasi Murugan Syncfusion Team December 15, 2016 03:33 AM UTC

Hi Syaiful, 
  
Thanks for contacting Syncfusion Support. 
  
Please let us know,if you need any further assistance . 
  
Regards, 
Devi 


Loader.
Live Chat Icon For mobile
Up arrow icon