# XWUIChartArea

An area chart block (9 variants) backed by `XWUIChart` that fills the region under each line to emphasize cumulative magnitude and compare totals across categories. Provide named `series` of `{ x, y }` points and select a `block` (1-4) and `size` preset; legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series filled as overlapping areas.

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

## Stacked Series

Three traffic-source series stacked so the top edge reads as total monthly sessions.

```example
file: examples/StackedSeries.ts
html: examples/StackedSeries.html
title: Stacked Series
description: Organic, Paid, and Referral sessions stacked over six months via type "stackedArea".
```

## Cumulative Trend

A single running-total area tracking year-to-date revenue as it accumulates month over month.

```example
file: examples/CumulativeTrend.ts
html: examples/CumulativeTrend.html
title: Cumulative Trend
description: A monotonically climbing year-to-date revenue area with X-axis labels and grid values.
```

## Multi-Series Comparison

Three regional series drawn as overlapping translucent areas for side-by-side comparison.

```example
file: examples/MultiSeriesComparison.ts
html: examples/MultiSeriesComparison.html
title: Multi-Series Comparison
description: Quarterly sales for Americas, EMEA, and APAC as overlapping interactive areas.
```

```api
```
