devexpress-blazor-charts
Installation
SKILL.md
DevExpress Blazor Charts
DevExpress Blazor Charts (DxChart, DxPieChart, DxPolarChart) transform data into concise visual representations with 20+ series types, customizable axes, descriptive elements, zoom/pan, and export. All three chart components share a common set of descriptive element components (DxChartTitle, DxChartLegend, DxChartSeriesLabel).
When to Use This Skill
- Add a line, bar, area, scatter, bubble, or financial chart to a Blazor page
- Create a pie or donut chart with per-sector labels and colors
- Display data in polar coordinates (spider/wind rose charts)
- Bind a chart to a C# collection, async service, or observable collection
- Configure axes: titles, strips, constant lines, scale breaks, axis ranges
- Add series labels, tooltips, legend, annotations, titles/subtitles
- Apply a custom color palette to series or pie sectors
- Enable zoom/pan with mouse wheel, touch gestures, or drag-to-zoom
- Export chart content to PNG, PDF, JPEG, or GIF
- Handle user interaction: point/series click, selection, hover events