Skip to content

Commit b2188b0

Browse files
author
NitheeshkumarThangaraj
authored
Update README.md
1 parent 80ac3ff commit b2188b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ A stacked chart is a type of graph that displays multiple data series on top of
66

77
Consider a scenario with four stacking column series grouped into two entities, namely **GroupOne** and **GroupTwo**, distinguished by the [GroupingLabel](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.StackingSeriesBase.html#Syncfusion_Maui_Toolkit_Charts_StackingSeriesBase_GroupingLabel) property. In the resulting chart, two stacking columns are rendered at a specific point— one representing **GroupOne** and the other representing **GroupTwo**. Specifically, **TeamA** and **TeamB** are associated with **GroupOne**, while **TeamC** and **TeamD** are affiliated with **GroupTwo**.
88

9+
## Overview
10+
11+
In Syncfusion .NET MAUI Charts, the SfCartesianChart control supports grouped stacking for series such as StackingColumnSeries, StackingBarSeries, and StackingAreaSeries. Grouped stacking allows multiple series to be stacked independently within the same chart, enabling comparative analysis across different categories or groups.
12+
13+
## Use Cases
14+
15+
- Comparative Analysis: Compare multiple categories side-by-side while maintaining stacked values within each group.
16+
- Sales by Region and Product: Group series by region and stack product sales within each region.
17+
- Budget vs Actual: Stack budgeted and actual values separately for different departments.
18+
- Multi-Year Data: Group series by year and stack monthly data within each year.
19+
- Segmented Performance: Visualize performance metrics grouped by teams or business units.
20+
921

1022
**XAML**
1123

0 commit comments

Comments
 (0)