devexpress-wpf-charts
Installation
SKILL.md
DevExpress WPF Chart Control
DevExpress.Xpf.Charts.ChartControl is the 2D charting control for WPF applications. A chart is composed of a Diagram (which determines the coordinate system — Cartesian, polar, radar, simple), one or more Series (the actual data plots: bar, line, area, pie, financial, etc.), Axes for Cartesian-like diagrams, plus optional Title, Legend, Annotations, Tooltip, and Crosshair Cursor. Series bind to data through DataSource + ArgumentDataMember / ValueDataMember, with automatic scale-type detection and built-in aggregation.
3D charting uses a separate control (
Chart3DControl) and is rarely needed. This skill coversChartControl(2D).
When to Use This Skill
Use this skill when you need to: