# XWUIChartVolumeRendering

A volume-rendering chart backed by `XWUIChart` (rendering through the `@xw3d` 3D layer when available) that visualises a 3D scalar field as a translucent volume, used for inspecting dense spatial data such as scans or simulations. 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 - fed to the volume renderer.

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

## MRI Tissue Density Field

Eight scan slices stacked into a rotatable 3D volume whose bright core marks the densest tissue.

```example
file: examples/MriDensityField.ts
html: examples/MriDensityField.html
title: MRI Tissue Density Field
description: Eight intensity-sampled slices rendered as a translucent 3D body with rotation.
```

## Atmospheric Temperature Field

Six altitude bands of longitudinal temperatures layered into a volume that shows the cooling-with-height gradient.

```example
file: examples/AtmosphericTemperature.ts
html: examples/AtmosphericTemperature.html
title: Atmospheric Temperature Field
description: Altitude-by-longitude temperature bands rendered as a layered intensity volume.
```

```api
```
