agentsclimarketplace

Syncfusion maui toolkit cartesian charts

Skill syncfusion/maui-toolkit-ui-components-skills/skills/syncfusion-maui-toolkit-cartesian-charts

Implements Syncfusion .NET MAUI Cartesian Chart (SfCartesianChart) for data visualization with 20+ chart types including line, area, column, bar, financial, statistical, and stacked charts. Use when implementing cartesian charts, line charts, area charts, or financial charts (candle, OHLC). Covers chart axes, legends, tooltips, trackball, zooming and panning, and chart annotations.From its SKILL.md

Install
npx -y skills add syncfusion/maui-toolkit-ui-components-skills --skill syncfusion-maui-toolkit-cartesian-charts

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

6.9 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it

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, 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
  • Rich Customization: Data labels, legends, annotations, plotbands, 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.Toolkit)
  • 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

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

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

What ships with it: 18 files

269.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.