Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The .NET MAUI Spark Charts are compact charts that help present trends and variations associated with measurements, such as average temperature or stock market activity, in a simple, lightweight, and condensed manner.


.NET MAUI Sparkline Chart code example

Easily get started with the .NET MAUI Sparkline Charts by using a few simple lines of XAML code example as demonstrated below. Also explore our .NET MAUI Sparkline Charts Example that shows you how to render and configure the component in .NET MAUI.

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:model="clr-namespace:SparkLineChartMaui"
             xmlns:spark="clr-namespace:Syncfusion.Maui.Toolkit.SparkCharts;assembly=Syncfusion.Maui.Toolkit"
             x:Class="SparkChartMaui.MainPage">
    <ContentPage.BindingContext>
            <model:ViewModel/>
        </ContentPage.BindingContext>
    <spark:SfSparkLineChart x:Name="SparkLineChart"
                             ItemsSource="{Binding Data}"
                             YBindingPath="YValue"/>
</ContentPage>

Spark Chart types

There are four types of spark charts for showing data trends: line, column, area, and win-loss.

.NET MAUI Sparkline Chart.

SparkLine chart

A Sparkline Chart displays data trends over time in a compact format, highlighting general patterns and fluctuations.

.NET MAUI Spark Column Chart.

SparkColumn chart

A Spark Column Chart is designed to compare values across two or more categories. Vertical bars represent the values.

.NET MAUI Spark Area Chart.

SparkArea chart

An Spark Area Chart is a line chart with the area under the line filled. It is primarily used when the magnitude of the trend is more important than individual data values.

.NET MAUI Spark Win/Loss Chart.

SparkWinLoss chart

A Spark Win/Loss Chart visualizes win/loss scenarios, such as game results, showing whether each value is positive, negative, or zero.


Markers

Use markers to highlight data points in spark line and spark area charts, making the charts more readable.

.NET MAUI Spark Chart with customized marker colors.

Color customization

The default marker color is customizable to improve clarity.

.NET MAUI Spark Charts with customized marker types.

Type customization

The default marker type can be customized to enhance readability by using different types of markers.


Point highlighting

The colors of key data points, such as first, last, high, and low, can be highlighted and customized to emphasize their importance.

.NET MAUI Spark Chart with first and last point highlights.

First and last point highlighting

The colors of the first and last points in a spark chart can be customized.

.NET MAUI Spark Charts with high and low point highlights.

High and low point highlighting

The colors of the high and low points in a spark chart can be customized.


Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 95+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 1.7M+ downloads

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.

See Real Success Stories

Developers around the world trust Syncfusion’s Essential Studio to simplify complex projects and speed up delivery. With a vast library of UI controls, powerful SDKs, and reliable support, Essential Studio helps teams build enterprise-ready applications with confidence.

Explore Case Studies


Rated by users across the globe

Syncfusion .NET MAUI Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.

Up arrow icon