# XWUIChartPairPlot

A pair-plot chart backed by `XWUIChart` that lays variables out in a grid of pairwise scatter panels, the go-to view for spotting correlations across several dimensions at once. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) variant plus a `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - arranged as pairwise panels.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series drawn as a pair-plot grid at the md preset.
```

## Iris Flower Measurements

Three iris species compared across shared floral dimensions as filled points in a pairwise grid at the lg preset.

```example
file: examples/IrisMeasurements.ts
html: examples/IrisMeasurements.html
title: Iris Flower Measurements
description: Setosa, Versicolor and Virginica across floral dimensions in a pair grid.
```

## Car Spec Pair Plot

Sedans, SUVs and sports cars contrasted on power, economy and weight, shown interactively with hollow points.

```example
file: examples/CarSpecScatter.ts
html: examples/CarSpecScatter.html
title: Car Spec Pair Plot
description: Three vehicle classes compared pairwise on horsepower, economy and weight.
```

```api
```
