Scatter Chart
Scatter Chart
Scatter and bubble charts for visualising correlations between two numeric variables. Supports multiple series, custom symbol shapes, and large datasets.
Variants
Core scatter chart configurations.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| Data | IEnumerable<TData> | required | The data collection to render. |
| DataKey | string | required | Property name mapped to each point's primary value (on Scatter series). |
| Name | string? | DataKey | Legend and tooltip series name. |
| Color | string? | auto | Symbol color. Accepts any CSS color value. |
| Symbol | SymbolShape | Circle | Symbol shape: Circle, Rect, RoundRect, Triangle, Diamond, Pin, Arrow. |
| SymbolSize | int | 8 | Symbol size in pixels. |
| Opacity | double | 1.0 | Series opacity (0–1). |
| Class | string? | null | Additional CSS classes on the root element. |