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
Documentation and Navigation Guide
Getting Started
📄 Read: references/getting-started.md
- NuGet package installation (
Syncfusion.Maui.Toolkit)
- 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
- 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-toolkit-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## Documentation and Navigation Guide
31
32### Getting Started
33📄 **Read:** [references/getting-started.md](references/getting-started.md)
34- NuGet package installation (`Syncfusion.Maui.Toolkit`)
35- Basic SfFunnelChart implementation (XAML and C#)
36- Creating view models and data models
37- Data binding with ItemsSource, XBindingPath, YBindingPath
38- Adding title, legend, tooltips, and data labels
39- Complete working example
40
41### Data Labels
42📄 **Read:** [references/data-labels.md](references/data-labels.md)
43- Enabling data labels (ShowDataLabels property)
44- Label placement options (Auto, Inner, Center, Outer)
45- Context configuration (XValue, YValue display)
46- Label style customization (font, colors, margins, borders)
47- UseSeriesPalette for segment-colored labels
48
49### Appearance and Customization
50📄 **Read:** [references/appearance.md](references/appearance.md)
51- Custom PaletteBrushes for segment colors
52- Applying gradients (LinearGradientBrush, RadialGradientBrush)
53- Creating custom color schemes
54- GradientStops configuration
55- Visual design best practices
56
57### Legend
58📄 **Read:** [references/legend.md](references/legend.md)
59- Defining and initializing ChartLegend
60- Legend visibility and placement (Top, Bottom, Left, Right)
61- Label style customization
62- Legend icon types
63- Floating legend with OffsetX/OffsetY
64- Toggle series visibility
65- Items layout and ItemTemplate
66- LegendItemCreated event
67
68### Tooltip
69📄 **Read:** [references/tooltip.md](references/tooltip.md)
70- Enabling tooltips (EnableTooltip property)
71- Tooltip template customization
72- Binding context and data formatting
73- Custom tooltip appearance
74
75### Advanced Features
76📄 **Read:** [references/advanced-features.md](references/advanced-features.md)
77- Orientation (Vertical vs Horizontal)
78- Segment spacing configuration
79- Gap ratio and size settings
80- Visual effects and polish
81
82### Exporting
83📄 **Read:** [references/exporting.md](references/exporting.md)
84- Export chart as image
85- Export format options
86- Sharing and saving charts