# XWUIChartBoxPlot

A distribution chart variant backed by `XWUIChart` that summarizes each group as a box (quartiles and median) with whiskers, making spread and outliers easy to compare across categories. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series summarized as box plots.

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

## API Latency by Region

Latency distributions per data-center region summarized as quartile boxes, with an SLA reference line.

```example
file: examples/ApiLatency.ts
html: examples/ApiLatency.html
title: API Latency by Region
description: Per-region request-latency boxes with outliers and a 150 ms SLA line.
```

## Exam Score Distribution

Final-exam score spread across four subjects for one student cohort.

```example
file: examples/ExamScores.ts
html: examples/ExamScores.html
title: Exam Score Distribution
description: Subject-by-subject score quartiles with a pass-mark line and an outlier.
```

```api
```
