# XWUIChartLine3D

A 3D line chart backed by `XWUIChart` (rendering through the `@xw3d` layer when available) that lifts trend lines into a rotatable depth view for comparing multiple series in space. 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 3D trend lines.

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

## Product Revenue (3D)

Three product lines compared as rotatable 3D monthly revenue trends so the depth view separates fast and flat growth.

```example
file: examples/ProductRevenue3D.ts
html: examples/ProductRevenue3D.html
title: Product Revenue (3D)
description: Cloud, mobile and hardware revenue as 3D monthly trend lines.
```

## Datacenter CPU (3D)

CPU utilization across three datacenters over a 24-hour day, with depth offset highlighting each region's peak window.

```example
file: examples/DatacenterCpu3D.ts
html: examples/DatacenterCpu3D.html
title: Datacenter CPU (3D)
description: Hourly CPU load for three datacenters drawn as 3D lines.
```

```api
```
