Trusted by the world’s leading companies
new layout
Why choose Syncfusion® WinUI Pyramid charts?
The WinUI Pyramid Chart control is optimized to visualize large quantities of data elegantly. Its rich feature set includes functionalities like data binding, legends, data labels, explode, tooltips, gradients, and selection.
Pyramid chart
This chart control visualizes data in a pyramid shape, which is useful for representing hierarchies, workflows, or simple, singular datasets.
Rich feature set
A vast range of features is available to customize the appearance of charts and render the desired outputs.
Globalization
Enables users from different locales to use charts by formatting dates, currencies, and numbering to suit their preferences.
Responsiveness
Charts in WinUI render adaptively based on device type like Windows desktops and device orientation, providing an optimal user experience.
User interactions
The end-user experience is greatly enhanced by interactive features such as tooltips and exploding segments.
Tooltip
Tooltips display a pop-up with additional information when the mouse hovers over a data point.

Explode
Visually highlight a specific segment by pushing it out of a Pyramid chart. This is used to draw the attention of users to a specific area.

Other exciting and highly usable features
From a collection of features available in WinUI Pyramid Charts, a few are described here.
Legend
Legends provide additional information helpful in identifying individual data points in a Pyramid Chart.

Segment spacing
The gap between each segment in a pyramid chart is set using the GapRatio property.

Code guideline
Get started with the WinUI Charts using a few simple lines of XAML and C# code examples as demonstrated below. Also. explore our WinUI Charts Example, which shows you how to render and configure the Charts in WinUI.
<Window x:Class="ChartExample.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:ChartExample"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:chart="using:Syncfusion.UI.Xaml.Charts"
mc:Ignorable="d"
Title="WinUI Column Chart" Height="450" Width="700">
<Grid>
<chart:SfPyramidChart Height="300" Width="500"
ItemsSource="{Binding Data}"
XBindingPath="Month"
YBindingPath="Target">
<!--Setting DataContext-->
<chart:SfPyramidChart.DataContext>
<local:ViewModel/>
</chart:SfPyramidChart.DataContext>
</chart:SfPyramidChart >
</Grid>
</Window>public class Model
{
public string Month { get; set; }
public double Target { get; set; }
public Model(string xValue, double yValue)
{
Month = xValue;
Target = yValue;
}
}
public class ViewModel
{
public ObservableCollection<Model> Data { get; set; }
public ViewModel()
{
Data = new ObservableCollection<Model>()
{
new Model("Jan", 50),
new Model("Feb", 70),
new Model("Mar", 65),
new Model("Apr", 57),
new Model("May", 48),
};
}
}Not sure how to create your first WinUI Pyramid chart? Our documentation can help.
I’d love to read it nowSyncfusion WinUI DataViz & UI Controls
Frequently Asked Questions
Why should you choose Syncfusion® WinUI charts?
Support for one chart type with elegant animation.
Enhanced user experience with a rich set of interactive features.
- Intuitive APIs that let you easily create and customize charts.
- One of the best WinUI Charts in the market that offers a feature-rich UI to interact with the software.
- Visualization of large quantities of data, flexible data binding, and user customization.
- Simple configuration and APIs.
- A lightweight and truly native control.
- Adaptive and responsive UI.
- Support for all modern devices and browsers.
Expansive resources such as demos, and documentation that let you get started quickly with WinUI Pyramid Charts.
Where can I find the Syncfusion® WinUI Charts demo?
You can find our WinUI Charts demo here.
Can I download and utilize the Syncfusion® WinUI Charts for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than US $1 million in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion® WinUI Charts?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
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.