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

live data and smooth scroll?

6 Answers 147 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Si
Top achievements
Rank 1
Si asked on 07 Oct 2018, 10:52 AM

In winform demos, it use FastLineSeries and have nice fps, very smooth.

how can i do it in wpf?

6 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 10 Oct 2018, 07:38 AM
Hi Si kele,

The RadChartView component can handle real-life scenarios with constantly updating data. Every build-in series can be used to visualize the live data. I would suggest you check out our Live Data ChartView example in our demos.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Si
Top achievements
Rank 1
answered on 10 Oct 2018, 02:51 PM
in wpf demo, the line jump to new position, how can it  smooth move to new position?
0
Dinko | Tech Support Engineer
Telerik team
answered on 15 Oct 2018, 12:03 PM
Hello Si,

The chart is updated every 200 miliseconds and the WPF rendering engine need time to update the UI and it looks like the chart  "jump". What you can do to make it more smoothly is to decrease the time interval on which the data points of the line series are updated. For example, you can set it to 10 milliseconds. Also, you can apply a Direct2D rendering option to increase the rendering performance. I have extracted the Live Data example from the WPF Demo Application and apply the suggested modifications. I have also, created a video which demonstrates the comparing of the WPF and WinForms live data demo. Using the suggested approaches the two demos are very similar in rendering.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Si
Top achievements
Rank 1
answered on 20 Oct 2018, 12:11 PM
i mean when add data per second, there is no animation in this second.i hope it have animation when it move.
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 24 Oct 2018, 10:38 AM
Hi Si,

Adding animation to the chart while constantly is updated is not supported by the RadChartView. With the current implementation of the control, I am not aware of a possible approach which could achieve such behavior.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Si
Top achievements
Rank 1
answered on 15 Dec 2018, 03:28 PM
Thanks, I hope chart will add animation live data in future.
Tags
ChartView
Asked by
Si
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Si
Top achievements
Rank 1
Share this question
or