BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Pieter,
Thanks for using Syncfusion products.
We would like to suggest you that, you can use FastLineBitMap Series for Fast performance instead of FastLine Series as shown in the given code snippet
Code Snippet [Xaml]:
<chart:FastLineBitmapSeries Label="First" XBindingPath="Date" YBindingPath="Value" LegendIcon="SeriesType" StrokeThickness="2"/>
Also when you set Zooming Factor property of ChartAxis then you can able to see only the last few plotted points as shown in the given code snippet
Code Snippet[Xaml]:
<chart:CategoryAxis LabelFormat="hh:mm:ss" ZoomFactor="0.75" >
We have prepared the sample based on your requirement. Please download it from the given below location.
Please let us know if you have any queries.
Regards,
M. Sheik
Hi Pieter,
Thanks for your update.
We have analyzed your query and we have prepared the FastLineBitmapSeries realtime update sample in a Code behind(C#). Please download the sample from the given below location.
Please let us know if you have any queries.
Regards,
M. Sheik