Charting for .NET MAUI, V1.0
Beautiful, highly customizable 2D and 3D charts written in pure C#.
Any type of chart, on any device
Add stunning data visualization capabilities to your .NET MAUI app with a few mouse clicks and a few lines of code.
Multiple Chart Types
The library includes all types of:
- bar
- line
- pie
- and radar charts, including their variations: area charts, bubbles, doughnuts, polar charts and more.
In addition you can create financial candlestick charts for stock data, funnel and scatter charts.
.NET Maui Chart: Features List
Dashboards
The highly versatile Dashboard control allows you to arrange any number of chart plots using the various dynamic layout panels available. Each plot can render multiple axes on each side. Text and image components are available for titles, logos, explanatory text and more. The dashboard component can host numerous legends and you can add border to every nested component.
.NET MAUI Chart: Building Blocks, .NET MAUI Dashboard: Layout
Appearance
Mindfusion Charting for .NET MAUI provides theme-based customization of the chart's appearance. You can create your own themes and save the appearance settings for each chart to be applied on another one. Each theme specifies a long list of properties for changing fonts, brushes, pens, colors and all other details of text and graphic elements.
.NET MAUI Chart: Styling and Themes
Data
Chart data can be read from data arrays or through a database. You can also use XML documents and DateTime values are supported as well. Each chart gets its data from a series, which implements the Series interface. You can create your own implementation of it and create your own series that support the specific needs of your application.
.NET MAUI Chart API: Data Series and Binding
Programming
The component has well-documented API that is easy to understand and to use. The installation archive provides various samples that demonstrate the features of the control and the different chart types. Each API member has been dutifully tested by MindFusion and there is plenty of sample code to copy.
.NET MAUI Chart: API Overview