An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/dot_net_maui_chart_performance_analysis

This project validate the performance metrics of .NET MAUI SfCartesianChart.
https://github.com/syncfusionexamples/dot_net_maui_chart_performance_analysis

chart-loading-time chart-performance charting-library charts data-visualization maui-charts performance-analysis

Last synced: about 1 year ago
JSON representation

This project validate the performance metrics of .NET MAUI SfCartesianChart.

Awesome Lists containing this project

README

          

# Performance metrics sample for Syncfusion .NET MAUI charts
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.

## Requirements to run the demo
[Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Professional&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false) - It comes with the necessary .NET SDKs to run the .NET MAUI application.

## How to run this 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.

## Further Help
For more help, check the [Syncfusion .NET MAUI Charts documentation](https://help.syncfusion.com/maui/cartesian-charts/overview)