Hi Torrent,
Thanks for using Syncfusion products.
Are you able to share some details about your data? Since the performance of fast line chart is highly dependent on its data. For example, in the below screencast, the real-time data(minimal variations between two data points) is plotted and chart loads it within a second for the same 100K data points count. But in your sample, you have just added the random data which leads to fill the same pixel multiple times.
Few more general points to improve the performance,
1. Reduce the thickness of the line to 1 from 2(default).
2. Avoid to use data labels, instead use trackball or tooltip to view the information about the data point.
3. Make use of suspend and resume methods in Chart for adding bulk data points.
4. Disable the anti aliasing of line. (We have disabled it in above sample in platform specific code).
Please refer the following user guide document.
Regards,
Divya Venkatesan