This repository provides a quick-start example to analyze the loading performance of Syncfusion .NET MAUI charts. It includes three buttons to generate and load different amounts of data: 10K, 50K, and 100K, respectively. Upon generating the data, a timer starts and records the elapsed time once the series is rendered. Here utilized the FastLineSeries of SfCartesianChart. This example allows you to understand the time taken to load varying amounts of data in .NET MAUI charts.
Microsoft Visual Studio 2022 - It comes with the necessary .NET SDKs to run the .NET MAUI application.
To run this application, you need to first clone or download the ‘dot_net_MAUI_Chart_Performance_Analysis’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
For more help, check the Syncfusion .NET MAUI Charts documentation