Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

syncfusion-winui-funnel-chartSynfusion WinUI 漏斗图

Agent Skill

syncfusion-winui-funnel-chart 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

541

周安装

23

GitHub Stars

公开资料未说明

下载量

190
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-winui-funnel-chart(Synfusion WinUI 漏斗图)
来源仓库:https://github.com/syncfusion/winui-ui-components-skills
仓库路径:skills/syncfusion-winui-funnel-chart
安装命令:
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-funnel-chart
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-funnel-chart

简介

Synfusion WinUI 漏斗图组件,用于数据可视化展示流程转化情况。

  • 适用于前端设计相关任务,可在 Codex、Claude、Cursor、Gemini CLI 中调用。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加技能。
  • 安装前应检查权限设置,确保不会执行未授权的命令或访问敏感资源。
  • 建议查阅原始 SKILL.md 了解组件参数和使用限制。

SKILL.md

Implementing Syncfusion WinUI Funnel Charts

The Syncfusion WinUI Funnel Chart (SfFunnelChart) is a specialized data visualization control for representing data that progressively decreases across stages in a process. It's ideal for analyzing conversion rates, sales pipelines, recruitment processes, and any workflow with sequential stages.

When to Use This Skill

Use this skill when the user needs to:

  • Visualize conversion funnels - Sales pipelines, marketing campaigns, user acquisition flows
  • Analyze process stages - Recruitment pipelines, order fulfillment, application workflows
  • Display hierarchical data - Data that naturally decreases from stage to stage
  • Create stage-based metrics - Performance tracking across sequential phases
  • Implement interactive data exploration - With tooltips, selection, and segment explosion
  • Customize visual appearance - Palettes, gradients, labels, legends, and styling

Component Overview

The SfFunnelChart is part of the Syncfusion.Chart.WinUI NuGet package and provides:

  • Data binding with ItemsSource, XBindingPath, and YBindingPath
  • Visual customization through titles, legends, data labels, and appearance settings
  • Interactive features including tooltips, selection, and exploding segments
  • Flexible rendering with multiple modes and layout options
  • Rich styling using palettes, gradients, and custom templates

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

Use this reference when you need to:

  • Install the Syncfusion.Chart.WinUI NuGet package
  • Set up basic chart structure with XAML or C#
  • Configure namespace imports (Syncfusion.UI.Xaml.Charts)
  • Create and bind a ViewModel with data
  • Set XBindingPath and YBindingPath for data mapping
  • Display your first funnel chart with basic configuration

Title Customization

📄 Read: references/title-customization.md

Use this reference when you need to:

  • Add a title to the chart using the Header property
  • Customize title appearance with custom templates
  • Align the title (left, center, right)
  • Style title elements with borders, colors, and fonts
  • Create complex title layouts

Legend Configuration

📄 Read: references/legend.md

Use this reference when you need to:

  • Enable and configure the chart legend
  • Add a legend title or header
  • Customize legend icons (size, visibility)
  • Control legend item spacing and layout
  • Add checkboxes for toggling segment visibility
  • Position the legend (top, bottom, left, right)
  • Style the legend background and borders
  • Create custom legend item templates

Data Labels

📄 Read: references/data-labels.md

Use this reference when you need to:

  • Enable data labels with ShowDataLabels
  • Configure label context (YValue, Percentage, XValue)
  • Customize label appearance (colors, fonts, borders)
  • Format label values with custom patterns
  • Rotate labels for better positioning
  • Create custom label templates

Tooltips

📄 Read: references/tooltip.md

Use this reference when you need to:

  • Enable tooltips with EnableTooltip
  • Configure ChartTooltipBehavior for customization
  • Style tooltip background and borders
  • Customize tooltip label text styles
  • Position tooltips with alignment and offset properties
  • Control tooltip timing (duration, delay, animation)
  • Create custom tooltip templates

Selection

📄 Read: references/selection.md

Use this reference when you need to:

  • Enable segment selection with DataPointSelectionBehavior
  • Configure selection types (Single, SingleDeselect, Multiple, None)
  • Customize selection appearance with SelectionBrush
  • Programmatically select segments using SelectedIndex or SelectedIndexes
  • Handle selection events (SelectionChanging, SelectionChanged)
  • Implement custom selection logic

Exploding Segments

📄 Read: references/exploding-segments.md

Use this reference when you need to:

  • Explode specific segments to draw attention
  • Configure ExplodeIndex for initial explosion
  • Set ExplodeOffset to control explosion distance
  • Enable ExplodeOnTap for interactive explosion
  • Highlight important data points visually

Appearance and Styling

📄 Read: references/appearance-styling.md

Use this reference when you need to:

  • Apply predefined palette brushes
  • Create custom color palettes
  • Apply linear gradients to segments
  • Apply radial gradients to segments
  • Configure gradient stops and colors
  • Design cohesive color schemes

Advanced Features

📄 Read: references/advanced-features.md

Use this reference when you need to:

  • Add spacing between segments using GapRatio
  • Customize the neck width with MinimumWidth
  • Create inverted pyramids
  • Configure rendering mode (ValueIsHeight vs ValueIsWidth)
  • Optimize chart performance
  • Handle edge cases and complex scenarios

Quick Start Example

Here's a minimal example to create a funnel chart with legend and data labels:

XAML Implementation

<Window
    x:Class="FunnelChartDemo.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:chart="using:Syncfusion.UI.Xaml.Charts"
    xmlns:model="using:FunnelChartDemo.ViewModel">

    <chart:SfFunnelChart x:Name="chart"
                         Header="SALES PIPELINE"
                         EnableTooltip="True"
                         ShowDataLabels="True"
                         Height="400" Width="600"
                         ItemsSource="{Binding Data}"
                         XBindingPath="Stage"
                         YBindingPath="Value">

        <chart:SfFunnelChart.DataContext>
            <model:ChartViewModel />
        </chart:SfFunnelChart.DataContext>

        <chart:SfFunnelChart.Legend>
            <chart:ChartLegend />
        </chart:SfFunnelChart.Legend>
    </chart:SfFunnelChart>
</Window>

C# Implementation

using Syncfusion.UI.Xaml.Charts;

public sealed partial class MainWindow : Window
{
    public MainWindow()
    {
        this.InitializeComponent();

        SfFunnelChart chart = new SfFunnelChart();
        ChartViewModel viewModel = new ChartViewModel();
        chart.DataContext = viewModel;

        chart.SetBinding(
            SfFunnelChart.ItemsSourceProperty,
            new Binding() { Path = new PropertyPath("Data") });

        chart.XBindingPath = "Stage";
        chart.YBindingPath = "Value";
        chart.Header = "SALES PIPELINE";
        chart.Height = 400;
        chart.Width = 600;
        chart.Legend = new ChartLegend();
        chart.EnableTooltip = true;
        chart.ShowDataLabels = true;

        this.Content = chart;
    }
}

ViewModel

public class Model
{
    public string Stage { get; set; }
    public double Value { get; set; }
}

public class ChartViewModel
{
    public List<Model> Data { get; set; }

    public ChartViewModel()
    {
        Data = new List<Model>()
        {
            new Model() { Stage = "Leads", Value = 1000 },
            new Model() { Stage = "Qualified", Value = 750 },
            new Model() { Stage = "Proposal", Value = 500 },
            new Model() { Stage = "Negotiation", Value = 300 },
            new Model() { Stage = "Closed Won", Value = 150 }
        };
    }
}

Common Patterns

Pattern 1: Sales Funnel with Custom Colors

<Grid>
    <Grid.Resources>
        <BrushCollection x:Key="salesColors">
            <SolidColorBrush Color="#4dd0e1"/>
            <SolidColorBrush Color="#26c6da"/>
            <SolidColorBrush Color="#00bcd4"/>
            <SolidColorBrush Color="#0097a7"/>
            <SolidColorBrush Color="#00838f"/>
        </BrushCollection>
    </Grid.Resources>

    <chart:SfFunnelChart ItemsSource="{Binding Data}"
                         XBindingPath="Stage"
                         YBindingPath="Value"
                         PaletteBrushes="{StaticResource salesColors}"
                         ShowDataLabels="True">
        <chart:SfFunnelChart.DataLabelSettings>
            <chart:FunnelDataLabelSettings Context="Percentage"
                                          Foreground="White" />
        </chart:SfFunnelChart.DataLabelSettings>
    </chart:SfFunnelChart>
</Grid>

Pattern 2: Interactive Funnel with Selection

<chart:SfFunnelChart ItemsSource="{Binding Data}"
                     XBindingPath="Stage"
                     YBindingPath="Value"
                     EnableTooltip="True">

    <chart:SfFunnelChart.SelectionBehavior>
        <chart:DataPointSelectionBehavior SelectionBrush="Orange"
                                         Type="Single"/>
    </chart:SfFunnelChart.SelectionBehavior>

    <chart:SfFunnelChart.TooltipBehavior>
        <chart:ChartTooltipBehavior />
    </chart:SfFunnelChart.TooltipBehavior>
</chart:SfFunnelChart>

Pattern 3: Exploded Segment Emphasis

<chart:SfFunnelChart ItemsSource="{Binding Data}"
                     XBindingPath="Stage"
                     YBindingPath="Value"
                     ExplodeIndex="2"
                     ExplodeOffset="40"
                     ExplodeOnTap="True"
                     GapRatio="0.1">
</chart:SfFunnelChart>

Key Properties Reference

Essential Properties

  • ItemsSource - Data source for the chart
  • XBindingPath - Property path for segment labels (stage names)
  • YBindingPath - Property path for segment values
  • Header - Chart title (string or UIElement)
  • Legend - ChartLegend instance for displaying segment information

Visual Properties

  • ShowDataLabels - Enable/disable data labels (bool)
  • EnableTooltip - Enable/disable tooltips (bool)
  • PaletteBrushes - Custom color palette (BrushCollection)
  • GapRatio - Spacing between segments (0.0 to 1.0)
  • MinimumWidth - Neck width at the bottom (double)

Rendering Properties

  • Mode - Rendering mode: ValueIsHeight or ValueIsWidth
  • Height / Width - Chart dimensions

Interaction Properties

  • SelectionBehavior - Configure segment selection
  • ExplodeIndex - Index of segment to explode
  • ExplodeOffset - Distance of exploded segment
  • ExplodeOnTap - Enable interactive explosion

Configuration Objects

  • DataLabelSettings - FunnelDataLabelSettings for label customization
  • TooltipBehavior - ChartTooltipBehavior for tooltip customization

Common Use Cases

Sales and Marketing Analytics

  • Visualize sales pipeline stages from leads to closed deals
  • Track marketing campaign conversion rates
  • Analyze customer acquisition funnels
  • Display website visitor conversion paths

Business Process Analysis

  • Recruitment pipeline visualization (applicants → hired)
  • Order fulfillment stages
  • Customer support ticket resolution flow
  • Product development milestones

E-commerce and Retail

  • Shopping cart abandonment analysis
  • Checkout process completion rates
  • Product browsing to purchase conversion
  • Customer journey mapping

Financial Services

  • Loan application process stages
  • Investment funnel analysis
  • Customer onboarding progress
  • Account upgrade conversion tracking

Related Skills


Need help? Refer to the specific reference files above based on the feature you want to implement.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.58%
按下载量换算70

Claude

31.89%
按下载量换算61

Cursor

20.16%
按下载量换算38

Gemini CLI

8.86%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills