Implementing Funnel Charts in .NET MAUI
A comprehensive skill for implementing and customizing Syncfusion .NET MAUI Funnel Charts (SfFunnelChart). Funnel charts visualize data as progressively decreasing segments, ideal for representing stages in a process like sales pipelines, conversion funnels, or marketing campaigns.
When to Use This Skill
Use this skill when you need to:
- Create funnel charts to visualize process stages (sales, marketing, conversion)
- Display hierarchical data with progressively narrowing segments
- Show conversion rates or drop-off analysis
- Implement customizable funnel visualizations with data labels and legends
- Export funnel charts as images
Component Overview
SfFunnelChart is a .NET MAUI control that creates beautiful funnel segments to analyze various stages in a process. Key capabilities include:
- User Interaction: Selection, tooltips, and legend toggling
- Data Labels: Display values with customizable placement and styling
- Legend Support: Scrollable legends with item identification
- Customization: Appearance, colors, gradients, spacing, and effects
- Orientation: Vertical or horizontal funnel display
- Exporting: Save charts as images
Notice: After Volume 1 2025 (Mid March 2025), feature enhancements for this control will no longer be available in the Syncfusion package. Please switch to the Syncfusion Toolkit for .NET MAUI for continued support.
Documentation and Navigation Guide
Getting Started
📄 Read: references/getting-started.md
- NuGet package installation (
Syncfusion.Maui.Charts)
- Basic SfFunnelChart implementation (XAML and C#)
- Creating view models and data models
- Data binding with ItemsSource, XBindingPath, YBindingPath
- Adding title, legend, tooltips, and data labels
- Complete working example
Data Labels
📄 Read: references/data-labels.md
- Enabling data labels (ShowDataLabels property)
- Label placement options (Auto, Inner, Center, Outer)
- Context configuration (XValue, YValue display)
- Label style customization (font, colors, margins, borders)
- UseSeriesPalette for segment-colored labels
Appearance and Customization
📄 Read: references/appearance.md
- Custom PaletteBrushes for segment colors
- Applying gradients (LinearGradientBrush, RadialGradientBrush)
- Creating custom color schemes
- GradientStops configuration
- Visual design best practices
Legend
📄 Read: references/legend.md
- Defining and initializing ChartLegend
- Legend visibility and placement (Top, Bottom, Left, Right)
- Label style customization
- Legend icon types
- Floating legend with OffsetX/OffsetY
- Toggle series visibility
- Items layout and ItemTemplate
- LegendItemCreated event
Tooltip
📄 Read: references/tooltip.md
- Enabling tooltips (EnableTooltip property)
- Tooltip template customization
- Binding context and data formatting
- Custom tooltip appearance
Advanced Features
📄 Read: references/advanced-features.md
- Orientation (Vertical vs Horizontal)
- Segment spacing configuration
- Liquid Glass Effect implementation
- Gap ratio and size settings
- Visual effects and polish
Exporting
📄 Read: references/exporting.md
- Export chart as image
- Export format options
- Sharing and saving charts
1---2name: syncfusion-maui-funnel-charts3description: Implements and customize Syncfusion .NET MAUI Funnel Charts (SfFunnelChart). Use when implementing funnel charts, sales funnel visualization, conversion funnel analysis, process stage visualization, or marketing funnel tracking. Covers funnel chart implementation, customization, data labels, legends, tooltips, segment spacing, and orientation.4---5
6# Implementing Funnel Charts in .NET MAUI
7
8A comprehensive skill for implementing and customizing Syncfusion .NET MAUI Funnel Charts (SfFunnelChart). Funnel charts visualize data as progressively decreasing segments, ideal for representing stages in a process like sales pipelines, conversion funnels, or marketing campaigns.
9
10## When to Use This Skill
11
12Use this skill when you need to:
13- **Create funnel charts** to visualize process stages (sales, marketing, conversion)
14- **Display hierarchical data** with progressively narrowing segments
15- **Show conversion rates** or drop-off analysis
16- **Implement customizable funnel** visualizations with data labels and legends
17- **Export funnel charts** as images
18
19## Component Overview
20
21**SfFunnelChart** is a .NET MAUI control that creates beautiful funnel segments to analyze various stages in a process. Key capabilities include:
22
23- **User Interaction:** Selection, tooltips, and legend toggling
24- **Data Labels:** Display values with customizable placement and styling
25- **Legend Support:** Scrollable legends with item identification
26- **Customization:** Appearance, colors, gradients, spacing, and effects
27- **Orientation:** Vertical or horizontal funnel display
28- **Exporting:** Save charts as images
29
30> **Notice:** After Volume 1 2025 (Mid March 2025), feature enhancements for this control will no longer be available in the Syncfusion package. Please switch to the **Syncfusion Toolkit for .NET MAUI** for continued support.
31
32## Documentation and Navigation Guide
33
34### Getting Started
35📄 **Read:** [references/getting-started.md](references/getting-started.md)
36- NuGet package installation (`Syncfusion.Maui.Charts`)
37- Basic SfFunnelChart implementation (XAML and C#)
38- Creating view models and data models
39- Data binding with ItemsSource, XBindingPath, YBindingPath
40- Adding title, legend, tooltips, and data labels
41- Complete working example
42
43### Data Labels
44📄 **Read:** [references/data-labels.md](references/data-labels.md)
45- Enabling data labels (ShowDataLabels property)
46- Label placement options (Auto, Inner, Center, Outer)
47- Context configuration (XValue, YValue display)
48- Label style customization (font, colors, margins, borders)
49- UseSeriesPalette for segment-colored labels
50
51### Appearance and Customization
52📄 **Read:** [references/appearance.md](references/appearance.md)
53- Custom PaletteBrushes for segment colors
54- Applying gradients (LinearGradientBrush, RadialGradientBrush)
55- Creating custom color schemes
56- GradientStops configuration
57- Visual design best practices
58
59### Legend
60📄 **Read:** [references/legend.md](references/legend.md)
61- Defining and initializing ChartLegend
62- Legend visibility and placement (Top, Bottom, Left, Right)
63- Label style customization
64- Legend icon types
65- Floating legend with OffsetX/OffsetY
66- Toggle series visibility
67- Items layout and ItemTemplate
68- LegendItemCreated event
69
70### Tooltip
71📄 **Read:** [references/tooltip.md](references/tooltip.md)
72- Enabling tooltips (EnableTooltip property)
73- Tooltip template customization
74- Binding context and data formatting
75- Custom tooltip appearance
76
77### Advanced Features
78📄 **Read:** [references/advanced-features.md](references/advanced-features.md)
79- Orientation (Vertical vs Horizontal)
80- Segment spacing configuration
81- Liquid Glass Effect implementation
82- Gap ratio and size settings
83- Visual effects and polish
84
85### Exporting
86📄 **Read:** [references/exporting.md](references/exporting.md)
87- Export chart as image
88- Export format options
89- Sharing and saving charts
90