# XWUIChartMultipleLine

A multiple-line chart backed by `XWUIChart` that draws several named lines on one set of axes for direct trend comparison, with no per-variant configuration overhead. 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 monthly series - `Series A` (30→64) and `Series B` (22→52) across Jan-Jun - drawn as multiple lines.

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

## Tracking Stock Prices

Three tickers' monthly closes on one axis to compare relative performance over the year.

```example
file: examples/StockPrices.ts
html: examples/StockPrices.html
title: Tracking Stock Prices
description: Closing share prices for three companies compared across months.
```

## Browser Market Share Trend

Six years of browser share where the incumbent and challenger lines cross mid-period.

```example
file: examples/BrowserShareTrend.ts
html: examples/BrowserShareTrend.html
title: Browser Market Share Trend
description: A declining incumbent overtaken by a rising challenger over six years.
```

```api
```
