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

How To Skip Or Step Series Values On A Scatter Chart

1 Answer 196 Views
Charts
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 08 May 2015, 04:25 PM

I have a scatter chart with 2 data series plotted.

 

 

I would like to add a trend line so I've added a ScatterLine series with the average of the two values.  

The problem I'm running into is the chart is the ScatterLine renders all the points which makes the chart too jumbled.  I'd like to have it render every 5th point.

 

 Is there a way to skip or step the values for a ScatterLine series so I can have a trend line that is meaningful?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 12 May 2015, 08:33 AM

Hi John,

Setting step to the values is not supported by Kendo UI Chart. Another option for drawing a line on the chart is by the drawing API and the approach demonstrated in this example.

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