What problem does it solve? Building interactive data visualizations in Blazor requires correct component configuration, exact enum values, and proper API usage, and small mistakes like unqualified enum names or wrong property names cause compile errors and broken charts. ## Core Features & Use Cases - Chart Implementation Guidance: Step-by-step instructions for line, area, column, bar, scatter, bubble, spline, and stacking chart variants with correct Razor syntax. - Complete API Reference: Authoritative enum values, public method signatures (RefreshAsync, ExportAsync, ShowTooltip), and component properties to prevent API misuse. - Advanced Scenarios: Covers axes configuration, data binding, tooltips, zooming, selection, legends, technical indicators, trend lines, strip lines, accessibility, and RTL localization. - Use Case: A developer needs a time-series line chart with zooming and tooltips for a sales dashboard; this Skill provides the exact SfChart markup, fully qualified enums, and data binding pattern ready to adapt. ## Quick Start Ask the AI to create a Syncfusion Blazor column chart bound to a list of monthly sales data with tooltips and data labels enabled.