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

syncfusion-maui-cartesian-charts同步融合毛伊笛卡尔图表

Agent Skill

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

总安装

939

周安装

38

GitHub Stars

54

下载量

295
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

同步融合毛伊笛卡尔图表组件,用于在移动应用中绘制二维数据图表。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中处理数据可视化需求。
  • 通过 GitHub 仓库安装,使用标准 npx skills add 命令即可集成。
  • 安装前应核实仓库维护状态与权限边界,防止意外执行系统命令。
  • syncfusion-maui-cartesian-charts 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Cartesian Charts

Guide users to implement the Syncfusion.NET MAUI Cartesian Chart (SfCartesianChart), a comprehensive data visualization solution with over 20 chart types, interactive features, and extensive customization options. Use this skill to implement charts ranging from simple line graphs to complex financial and statistical visualizations.

When to Use This Skill

Use this skill when the user needs to:

  • Visualize Data: Display quantitative data with line, area, column, bar, or scatter charts
  • Financial Analysis: Create candle or OHLC charts for stock price visualization
  • Statistical Data: Plot box-and-whisker, histogram, or error bar charts
  • Comparative Analysis: Use stacked charts (area, column, line) for comparing multiple datasets
  • Range Visualization: Show high-low data with range area or range column charts
  • Interactive Dashboards: Implement zooming, panning, selection, and trackball features
  • Time-Series Data: Plot temporal data with datetime axes and auto-scrolling
  • Custom Visualizations: Add annotations, plotbands, trendlines, and custom styling

Component Overview

The SfCartesianChart control provides:

  • 20+ Chart Types: Line, Area, Column, Bar, Scatter, Bubble, Candle, OHLC, Histogram, Box-and-Whisker, Stacked variations, Range charts, Waterfall, and more
  • Flexible Axes: Category, Numerical, DateTime, Logarithmic with full customization
  • Interactive Features: Zooming, panning, selection, tooltips, trackball, crosshair
  • Rich Customization: Data labels, legends, annotations, plotbands, trendlines, appearance
  • Data Handling: Empty point modes, data binding, dynamic updates
  • Export & Localization: Image export, multi-language support

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • NuGet package installation (Syncfusion.Maui.Charts)
  • Basic SfCartesianChart initialization in XAML and C#
  • Creating data models and view models
  • Axis setup (XAxes, YAxes)
  • Adding your first series with data binding
  • Complete working example

Chart Types

Basic Chart Types

📄 Read: references/basic-chart-types.md

  • Line, Area, Column, Bar, Scatter, Bubble charts
  • When to use each chart type
  • Implementation examples
  • Common properties and styling

Financial Charts

📄 Read: references/financial-charts.md

  • Candle charts (candlestick visualization)
  • OHLC (Open-High-Low-Close) charts
  • Financial data structure and binding
  • Bullish/bearish styling

Statistical Charts

📄 Read: references/statistical-charts.md

  • Box and Whisker charts
  • Histogram charts
  • Error Bar charts
  • Statistical data requirements

Stacked Charts

📄 Read: references/stacked-charts.md

  • Stacked Area (normal and 100%)
  • Stacked Column (normal and 100%)
  • Stacked Line (normal and 100%)
  • Grouping series for stacking
  • Percentage vs absolute values

Range Charts

📄 Read: references/range-charts.md

  • Range Area charts
  • Range Column charts
  • Spline Range Area charts
  • High-Low data binding

Advanced Chart Types

📄 Read: references/advanced-chart-types.md

  • Fastline (optimized for large datasets)
  • Step Area and Step Line
  • Waterfall charts
  • Performance considerations

Axis Configuration

Axis Basics

📄 Read: references/axis-configuration.md

  • Axis types (Category, Numerical, DateTime, Logarithmic)
  • XAxes and YAxes collections
  • Axis labels and formatting
  • Axis titles
  • Multiple axes setup
  • Custom label customization

Axis Customization

📄 Read: references/axis-customization.md

  • Gridlines (major, minor) styling
  • Tick lines configuration
  • Axis padding
  • Range padding
  • Auto-scrolling delta
  • Axis positioning

Data Visualization & Interaction

Data Labels

📄 Read: references/data-labels.md

  • Enabling and positioning data labels
  • Label placement (Inner, Outer, Auto)
  • Label formatting and templates
  • Styling and appearance
  • Release mode display configuration

Tooltips and Interactive Features

📄 Read: references/tooltips-and-interaction.md

  • Tooltip configuration and customization
  • Trackball feature for multi-series comparison
  • Crosshair for precise value reading
  • Tooltip templates
  • Interactive display modes

Zooming and Panning

📄 Read: references/zooming-and-panning.md

  • Zoom modes (Pinch, Selection, MouseWheel)
  • Panning configuration
  • ZoomPanBehavior setup
  • Programmatic zoom control
  • Reset zoom functionality

Selection

📄 Read: references/selection.md

  • Selection types (Single, Multiple, Series)
  • DataPointSelectionBehavior
  • SeriesSelectionBehavior
  • Selection events
  • Custom selection styling

Customization & Styling

Legend and Appearance

📄 Read: references/legend-and-appearance.md

  • Legend configuration and positioning
  • Legend item templates
  • Chart appearance customization
  • Color palettes
  • Themes and liquid glass effect

Annotations and PlotBands

📄 Read: references/annotations-and-plotbands.md

  • Annotation types (Text, View, Shape)
  • Adding and positioning annotations
  • PlotBand configuration for highlighting regions
  • Use cases and examples

Custom Styling

📄 Read: references/customization-and-styling.md

  • Series appearance customization
  • Adding custom labels
  • Color and gradient fills
  • Border and corner radius
  • Template customization

Data Handling & Advanced Features

Trendlines

📄 Read: references/trendlines.md

  • Trendline types (Linear, Exponential, Logarithmic, Polynomial, Power, Moving Average)
  • Adding trendlines to series
  • Forecast and backcast
  • Trendline customization

Data Point Management

📄 Read: references/data-handling.md

  • Empty points handling
  • Empty point modes (Gap, Zero, Average, Drop)
  • Getting data points by region
  • Touch position detection
  • Data manipulation

Export and Localization

📄 Read: references/exporting-and-localization.md

  • Exporting charts as images
  • Export formats and options
  • Localization configuration
  • Culture-specific formatting
  • Resource files

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.1%
按下载量换算98

Claude

30.33%
按下载量换算89

Cursor

19.33%
按下载量换算57

Gemini CLI

9.07%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills