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

syncfusion-wpf-sparkline同步融合 wpf 迷你图

Agent Skill

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

总安装

964

周安装

39

GitHub Stars

2

下载量

303
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/syncfusion/wpf-ui-components-skills --skill syncfusion-wpf-sparkline

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行信息整理。
  • 可结合来源仓库和 README 进一步核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 注意避免在不具备相应权限时执行写回或批量操作。syncfusion-wpf-sparkline 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing WPF Sparklines

Comprehensive guide for implementing Syncfusion® WPF Sparkline (SfSparkline) controls in Windows Presentation Foundation applications. Sparklines are compact, highly condensed charts that display data trends without axes or coordinates, perfect for dashboards and inline visualizations.

When to Use This Skill

Use this skill when you need to:

  • Create sparklines for compact data visualization in WPF applications
  • Display data trends without full chart complexity
  • Implement mini charts for dashboards, tables, or KPI displays
  • Choose sparkline types (Line, Column, Area, WinLoss)
  • Add markers to highlight specific data points
  • Enable interactive features like track ball for data inspection
  • Customize segments with special point highlighting
  • Configure range bands to highlight Y-axis ranges
  • Control axis visibility and positioning
  • Bind data to sparkline controls
  • Apply themes and visual customization
  • Troubleshoot sparkline rendering or data binding issues

This skill covers all four sparkline types and their unique features, from basic implementation to advanced customization.

Component Overview

The Syncfusion WPF Sparkline (SfSparkline) is a very small chart that presents data trends in a simple, highly condensed format. Unlike traditional charts, sparklines omit axes, labels, and legends to focus purely on the data's shape and pattern.

Key Capabilities:

  • 4 Sparkline Types: Line, Column, Area, WinLoss
  • Data Binding: ObservableCollection, IEnumerable support
  • Markers: Highlight first, last, high, low, negative points
  • Interactive: Track ball for mouse hover data inspection
  • Range Bands: Highlight specific Y-axis ranges
  • Segment Customization: Color-code special data points
  • Axis Controls: Show/hide axis with positioning options
  • Animation: Smooth data updates and transitions
  • Empty Point Support: Handle missing data gracefully

Common Use Cases:

  • Dashboard KPI indicators
  • Inline trend displays in data grids
  • Financial data visualization (stock prices, wins/losses)
  • Performance metrics (sales, traffic, conversions)
  • Compact reporting interfaces

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

Read this first when implementing sparklines for the first time:

  • Installing Syncfusion.SfChart.WPF package
  • Adding assembly references to your project
  • Importing namespaces in XAML and C#
  • Creating basic sparkline controls
  • Setting up data models with ObservableCollection
  • Binding data with ItemsSource and YBindingPath

Sparkline Types

📄 Read: references/sparkline-types.md

Read this when choosing or implementing specific sparkline types:

  • Line Sparkline (SfLineSparkline) - Continuous trend lines
  • Column Sparkline (SfColumnSparkline) - Discrete rectangular bars
  • Area Sparkline (SfAreaSparkline) - Filled area under trend line
  • WinLoss Sparkline (SfWinLossSparkline) - Win/loss/draw indicators
  • When to use each sparkline type
  • Data structure requirements for each type
  • Complete XAML and C# implementation examples

Markers and Customization

📄 Read: references/markers.md

Read this when adding or customizing markers on sparklines:

  • Enabling marker visibility (MarkerVisibility property)
  • Using MarkerTemplateSelector for special points
  • Highlighting first, last, high, low, and negative points
  • Custom marker templates (MarkerTemplate)
  • Sizing markers (MarkerHeight, MarkerWidth)
  • Customizing markers for specific data points
  • Advanced marker styling techniques

Interactive Track Ball

📄 Read: references/track-ball.md

Read this when implementing interactive data inspection:

  • Enabling track ball feature (ShowTrackBall property)
  • Customizing track ball appearance (TrackBallStyle, LineStyle)
  • Adding labels to track ball display
  • Handling OnSparklineMouseMove event
  • Displaying data values on mouse hover
  • Styling track ball markers and lines
  • Creating custom track ball interactions

Range Bands

📄 Read: references/range-band.md

Read this when highlighting specific Y-axis ranges:

  • Configuring range bands (BandRangeStart, BandRangeEnd)
  • Setting range band brush colors (RangeBandBrush)
  • Use cases for range highlighting (thresholds, targets)
  • Visual examples with complete code

Segment Customization

📄 Read: references/segment-customization.md

Read this when customizing segment colors and highlighting:

  • Enabling segment highlighting on hover (HighlightSegment)
  • Using SegmentTemplateSelector for special segments
  • Customizing first, last, high, low point brushes
  • Negative point highlighting
  • Column and WinLoss segment features
  • Line and Area segment coloring
  • Complete customization examples

Axis Controls

📄 Read: references/axis-controls.md

Read this when configuring axis visibility and appearance:

  • Showing/hiding axis lines (ShowAxis property)
  • Positioning axis (AxisOrigin property)
  • Styling axis appearance (AxisStyle)
  • Custom line styles for axes
  • Axis applicability (not available for WinLoss type)
  • Complete styling examples

Quick Start

Here's a minimal example to create a line sparkline:

XAML Implementation

<Window xmlns:syncfusion="clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.WPF">

    <Window.DataContext>
        <local:SparklineViewModel/>
    </Window.DataContext>

    <syncfusion:SfLineSparkline
        ItemsSource="{Binding UsersList}"
        YBindingPath="NoOfUsers"
        Interior="#4a4a4a"/>

</Window>

C# Implementation

using Syncfusion.UI.Xaml.Charts;

// Create sparkline
SfLineSparkline sparkline = new SfLineSparkline()
{
    ItemsSource = new SparklineViewModel().UsersList,
    YBindingPath = "NoOfUsers",
    Interior = new SolidColorBrush(Color.FromRgb(0x4a, 0x4a, 0x4a)),
};

// Add to container
this.Content = sparkline;

Data Model

public class UserProfile
{
    public DateTime TimeStamp { get; set; }
    public double NoOfUsers { get; set; }
}

public class SparklineViewModel
{
    public ObservableCollection<UserProfile> UsersList { get; set; }

    public SparklineViewModel()
    {
        UsersList = new ObservableCollection<UserProfile>();
        DateTime date = DateTime.Today;

        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(1), NoOfUsers = 3000 });
        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(2), NoOfUsers = 5000 });
        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(3), NoOfUsers = -3000 });
        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(4), NoOfUsers = -4000 });
        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(5), NoOfUsers = 2000 });
        UsersList.Add(new UserProfile { TimeStamp = date.AddHours(6), NoOfUsers = 3000 });
    }
}

Common Patterns

Pattern 1: Column Sparkline for Discrete Values

<syncfusion:SfColumnSparkline
    ItemsSource="{Binding SalesData}"
    YBindingPath="Amount"
    HighlightSegment="True"/>

Pattern 2: WinLoss Sparkline for Binary Outcomes

<syncfusion:SfWinLossSparkline
    ItemsSource="{Binding MatchResults}"
    YBindingPath="Result"/>

Pattern 3: Line Sparkline with Markers and Track Ball

<syncfusion:SfLineSparkline
    ItemsSource="{Binding TrendData}"
    YBindingPath="Value"
    MarkerVisibility="Visible"
    ShowTrackBall="True">

    <syncfusion:SfLineSparkline.MarkerTemplateSelector>
        <syncfusion:MarkerTemplateSelector
            FirstPointBrush="Yellow"
            LastPointBrush="Yellow"
            HighPointBrush="Red"
            LowPointBrush="Blue"
            MarkerHeight="10"
            MarkerWidth="10"/>
    </syncfusion:SfLineSparkline.MarkerTemplateSelector>

</syncfusion:SfLineSparkline>

Pattern 4: Sparkline with Range Band

<syncfusion:SfAreaSparkline
    ItemsSource="{Binding PerformanceData}"
    YBindingPath="Score"
    BandRangeStart="80"
    BandRangeEnd="100"
    RangeBandBrush="LightGreen"/>

Key Properties

PropertyTypeDescription
ItemsSourceIEnumerableData collection to bind
YBindingPathstringProperty path for Y-axis values
XBindingPathstringProperty path for X-axis values (optional)
InteriorBrushFill color for sparkline
BorderBrushBrushBorder color
BorderThicknessThicknessBorder thickness
MarkerVisibilityVisibilityShow/hide markers
ShowTrackBallboolEnable track ball feature
ShowAxisboolDisplay axis line
AxisOrigindoubleAxis position on Y-axis
HighlightSegmentboolHighlight segment on hover (Column/WinLoss)
BandRangeStartdoubleRange band start value
BandRangeEnddoubleRange band end value
RangeBandBrushBrushRange band fill color

Common Use Cases

Use Case 1: Dashboard KPI Trends

Display multiple sparklines showing key metrics over time (sales, traffic, conversions) in a compact dashboard layout.

Recommended: Line or Area sparklines with markers highlighting min/max values.

Use Case 2: Data Grid Integration

Embed sparklines within data grid cells to show trend data alongside tabular information.

Recommended: Column sparklines for discrete data, Line sparklines for continuous trends.

Use Case 3: Financial Win/Loss Indicators

Show trading results, game outcomes, or binary performance metrics.

Recommended: WinLoss sparklines with custom segment colors for wins, losses, and draws.

Use Case 4: Performance Against Targets

Visualize metrics with target ranges highlighted (e.g., "green zone" for acceptable performance).

Recommended: Area or Line sparklines with range bands showing target thresholds.

Use Case 5: Interactive Data Exploration

Allow users to hover over sparklines to inspect exact data values without cluttering the interface.

Recommended: Any sparkline type with track ball enabled and custom labels.

Related Components

For more comprehensive data visualization needs:

  • Charts - Full-featured charting with axes, legends, and multiple series
  • Other data visualization components (coming soon)

Troubleshooting

Common issues:

  • Data not displaying: Verify ItemsSource binding and YBindingPath property name
  • Markers not showing: Ensure MarkerVisibility is set to Visible
  • Track ball not working: Confirm ShowTrackBall="True" and sparkline type is Line or Area
  • Axis not visible: Check ShowAxis property (not supported in WinLoss type)

For detailed troubleshooting, refer to the specific reference documentation for each feature.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.62%
按下载量换算105

Claude

30.17%
按下载量换算91

Cursor

19.74%
按下载量换算60

Gemini CLI

9.88%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills