Skip to main content

Charts (Xamarin.Forms)

Chartsmask

We designed specific pages that include charts to cover data visualization scenarios. The charts are styled according to Grial themes so they play well with the rest of the UI.

caution

This document is about Charts for Xamarin.Forms. If you are building a .NET MAUI application, please check Grial Charts for .NET MAUI

They are based on micro charts library by Aloïs Deniel. Grial provides an extension to consume them directly from XAML with full support for Data Bindings.

Charts are located here:

Grial
|_ Controls
|_ Charts
|_ BarChart.cs
|_ DonutChart.cs
|_ LineChart.cs
|_ RadarChart.cs
|_ RadialGaugeChart.cs
|_ RingChart.xaml

They all have an ItemsSource property to bind the series along with regular Xamarin.Forms layout properties and specific style ones such as LabelOrientation, DefaultEntryColor, PointMode, and many more.