# XWUIChartScatter3D

A 3D scatter chart: a fixed-type wrapper around `XWUIChart` that plots points in a pseudo-3D
isometric space so a third dimension can be read alongside x and y. Pass your data as
`series` of `{ x, y }` points plus an optional `block` preset (1-4) and `size` (`sm` /
`md` / `lg`); the shared block config also forwards the 3D controls (`use3D`,
`rotation3D`, `stackSeriesInZ`) along with legend, grid, axis, data-label, and tooltip
toggles. Use it to show relationships across three numeric variables.

## Basic Usage

A single series of 30 randomly generated points plotted in the 3D scatter space at the
md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Thirty random points plotted in pseudo-3D via the scatter3D chart type.
```

## Iris Petal Measurements

Three iris species cluster by petal length and width in a rotated pseudo-3D view.

```example
file: examples/IrisPetalCloud.ts
html: examples/IrisPetalCloud.html
title: Iris Petal Measurements
description: Three species clusters with use3D and rotation via the scatter3D chart type.
```

## Horsepower vs Price

Used-car list price rises with engine horsepower in a flat cloud of hollow markers.

```example
file: examples/HorsepowerVsPrice.ts
html: examples/HorsepowerVsPrice.html
title: Horsepower vs Price
description: A flat horsepower-versus-price cloud with hollow points via the scatter3D chart type.
```

```api
```
