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

syncfusion-maui-circular-charts同步融合毛伊岛圆形图表

Agent Skill

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

总安装

840

周安装

34

GitHub Stars

54

下载量

264
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-circular-charts

简介

同步融合毛伊岛圆形图表组件,用于饼图、环形图等数据可视化呈现。

  • 适合在开发类宿主环境中集成到 Codex、Claude、Cursor、Gemini CLI 应用。
  • 通过 GitHub 仓库安装,使用通用技能添加命令部署。
  • 应验证其依赖项及运行时权限,避免影响宿主稳定性。
  • syncfusion-maui-circular-charts 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Circular Charts

This skill guides you through implementing Syncfusion.NET MAUI Circular Charts (SfCircularChart), which provides pie, doughnut, and radial bar chart visualizations for displaying part-to-whole relationships and data distributions.

When to Use This Skill

Use this skill when you need to:

  • Display proportional data - Show how parts contribute to a whole (market share, budget allocation, survey results)
  • Create pie charts - Standard circular charts divided into slices
  • Implement doughnut charts - Circular charts with a center hole, optionally displaying additional information
  • Build radial bar charts - Compare values across categories with circular progress indicators
  • Show data distributions - Visualize percentage breakdowns or category comparisons
  • Enable chart interactions - Add tooltips, explode effects, selection, and legends
  • Group small values - Automatically combine small data segments into an "Others" category
  • Export visualizations - Save charts as images or PDFs
  • Customize appearance - Style colors, strokes, spacing, and visual effects

Component Overview

SfCircularChart is the.NET MAUI control for circular data visualization with these capabilities:

  • Three chart types: PieSeries, DoughnutSeries, RadialBarSeries
  • Data binding: Bind to collections with XBindingPath and YBindingPath
  • Interactive features: Tooltips, explode, selection, legends
  • Customization: Colors, strokes, spacing, angles, radius control
  • Data labels: Show values/percentages on segments
  • Grouping: Combine small values into "Others" category
  • Center content: Display custom views in doughnut/radial bar centers
  • Export: Save as PNG, JPEG, or PDF

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • NuGet package installation (Syncfusion.Maui.Charts)
  • Basic SfCircularChart setup and initialization
  • Creating data models and view models
  • Binding data to chart series
  • Adding title, legend, and data labels
  • Complete minimal working example

Chart Types

📄 Read: references/chart-types.md

  • PieSeries - Standard pie chart implementation
  • DoughnutSeries - Doughnut chart with inner radius and center view
  • RadialBarSeries - Circular progress/comparison bars
  • Radius property for sizing charts
  • StartAngle and EndAngle for semi-circular charts
  • InnerRadius configuration for doughnut and radial bar
  • CenterView and CenterHoleSize for center content
  • Code examples for all chart types

Data Labels

📄 Read: references/data-labels.md

  • Enabling and configuring data labels
  • Label positioning and alignment
  • Custom label templates
  • Smart label positioning to prevent overlap
  • Label connectors for external labels
  • Label formatting (values, percentages, custom format)
  • Styling and appearance customization

Legend

📄 Read: references/legend.md

  • Enabling ChartLegend
  • Legend positioning (top, bottom, left, right)
  • Legend icon types and customization
  • Custom legend templates
  • Toggle visibility functionality
  • Legend styling and appearance

Appearance and Styling

📄 Read: references/appearance.md

  • PaletteBrushes for segment colors
  • Stroke and StrokeWidth for borders
  • Opacity settings for transparency
  • GapRatio for segment spacing (radial bar)
  • MaximumValue for radial bar range
  • CapStyle customization (flat, curved ends)
  • Track customization for radial bar (TrackFill, TrackStroke)
  • Custom brushes and gradient fills

Tooltip

📄 Read: references/tooltip.md

  • Enabling tooltips with EnableTooltip
  • Default tooltip behavior
  • Custom tooltip templates
  • Tooltip content customization
  • Styling tooltip appearance
  • Interactive hover behavior

Explode Feature

📄 Read: references/explode.md

  • Exploding chart segments outward
  • ExplodeIndex to specify which segments explode
  • ExplodeRadius for explosion distance
  • ExplodeOnTouch for user interaction
  • Exploding multiple segments
  • Visual emphasis and separation

Selection

📄 Read: references/selection.md

  • Enabling selection behavior
  • SelectionBehavior configuration
  • Selection modes (single, multiple)
  • Handling selected index
  • Visual feedback for selection
  • Multi-segment selection

Data Grouping

📄 Read: references/groupto.md

  • GroupTo property for automatic grouping
  • Combining small values into "Others" category
  • Setting grouping threshold
  • Custom group labels and appearance
  • Improving chart readability with many small segments

Exporting Charts

📄 Read: references/exporting.md

  • Exporting as PNG or JPEG images
  • Exporting as PDF documents
  • Using SaveAsImage and GetStreamAsync methods
  • Stream-based export
  • Export quality and resolution settings
  • Code examples for each export format

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.67%
按下载量换算92

Claude

28.25%
按下载量换算75

Cursor

17.24%
按下载量换算46

Gemini CLI

9.88%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills