# XWUIChartPolarScatter

XWUIChartPolarScatter wraps XWUIChart with the chart `type` fixed to `'polarScatter'`, placing each point of a single `{series}` around a polar (radial) axis without connecting them, so value maps to radius and category to angle. Use it when you want to see the distribution of discrete points in a circular layout rather than a connected line or filled area. Configure it with `block` (1-4, clamped) to pick the variant layout and `size` (`sm`, `md`, or `lg`) to set the dimensions.

## Basic Usage

This example scatters a single five-category "Share" series (A=35, B=25, C=20, D=12, E=8) at medium size as individual points around the polar axis.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A single five-category "Share" series (A-E) plotted as discrete points around a polar axis at medium size.
```

## Antenna Radiation Pattern

Measured antenna gain sampled at eight azimuths, where the points sit far out along the 0deg main lobe and collapse toward the center in the rear null.

```example
file: examples/AntennaSignal.ts
html: examples/AntennaSignal.html
title: Antenna Radiation Pattern
description: Antenna gain (dBi) sampled at 8 compass azimuths plotted as filled polar points at large size.
```

## Golf Shot Dispersion

A driver's shot dispersion plotted by miss direction, where each point's radius is its carry distance and the straight strikes reach furthest while the slice falls shortest.

```example
file: examples/GolfDispersion.ts
html: examples/GolfDispersion.html
title: Golf Shot Dispersion
description: Driver carry distance grouped by shot-shape direction plotted as hollow polar points at large size.
```

```api
```
