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

RadCartesianChartView Live Update

3 Answers 63 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Laron Walker
Top achievements
Rank 1
Laron Walker asked on 31 Aug 2015, 08:18 AM
Hello,



Kindly help on how to update RadCartesianChartView data/datasource every 100ms. I couldn't find any sample implementation in the downloaded package(UI for Xamarin Q2 2015\Examples\Android) that updates data.

Also, I will like to see a sample implementation of ChartSeriesDataSource.


Thanks

3 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 31 Aug 2015, 11:32 AM
Hello Laron,

Thanks for writing.
I answered your other thread with the same question.
As for ChartSeriesDataSource, you never need to create an implementation it is used internally by all series and they manage its lifecycle. You have no use creating a custom ChartSeriesDataSource unless you are implementing an entirely new ChartSeries.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Matt
Top achievements
Rank 1
answered on 05 Jul 2016, 08:50 PM
What other thread? I would love to see the answer to this. I tried searching but couldn't find it.
0
Victor
Telerik team
answered on 06 Jul 2016, 07:16 AM
Hi Matt,

The other thread is a support ticket which isn't available on the forums.
In short, you just need to use the ObservableCollection class. Create an instance of it and set it as the data for your series. Then whenever you add data points, the collection will notify the chart to update itself. If you add a point every 100 ms the chart will update accordingly.

Regards,
Victor
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Laron Walker
Top achievements
Rank 1
Answers by
Victor
Telerik team
Matt
Top achievements
Rank 1
Share this question
or