# XWUIChartBar3D

A bar chart variant backed by `XWUIChart` that renders bars with a pseudo-3D isometric transform for added depth, with optional Z-axis and per-series Z-plane stacking. Provide named `series` of `{ x, y }` points, pick a `block` (1-4) and `size` preset, and use the 3D config options (`use3D`, `rotation3D`, `showZAxis`, `stackSeriesInZ`) to control the projection.

## Basic Usage

Two named monthly series rendered as 3D bars.

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

## Quarterly Revenue in 3D

Revenue by region across four quarters as isometric bars, each region on its own Z-plane with a slight rotation.

```example
file: examples/RegionalRevenue.ts
html: examples/RegionalRevenue.html
title: Quarterly Revenue in 3D
description: Regional quarterly revenue drawn as rotated, Z-stacked 3D bars.
```

## Datacenter Power Draw in 3D

Hourly power draw for two racks as head-on isometric bars with grid values for a clean side-by-side read.

```example
file: examples/RackPowerDraw.ts
html: examples/RackPowerDraw.html
title: Datacenter Power Draw in 3D
description: Per-rack hourly power draw drawn as head-on 3D bars with grid values.
```

```api
```
