# XWUIChartParallelCoordinates

A parallel-coordinates chart backed by `XWUIChart` that draws one polyline per record across several parallel vertical axes, used to compare many multivariate items and spot patterns. 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 - traced across parallel axes.

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

## Cloud Instance Types

Four cloud VM tiers traced across cpu, memory, network, storage and hourly-cost axes, shown interactively at the lg preset.

```example
file: examples/CloudInstanceTypes.ts
html: examples/CloudInstanceTypes.html
title: Cloud Instance Types
description: Four VM tiers compared across cpu, ram, network, storage and cost axes.
```

## Decathlon Athlete Profiles

Three decathletes compared across six events on the standard points table, traced as crossing polylines with grid values.

```example
file: examples/DecathlonScores.ts
html: examples/DecathlonScores.html
title: Decathlon Athlete Profiles
description: Three decathletes' event points traced across six parallel axes.
```

```api
```
