# XWUIChartSurface3D

A 3D surface chart: a fixed-type wrapper around `XWUIChart` (inner type `surface3D`) that projects a grid of values into a three-dimensional surface with depth, so peaks and valleys in a two-variable function stand out. Pass `{ series }` (rows of `{ x, y }`) plus a `block` preset (1-4) and `size`. Use it for terrain-like data where a 3D perspective conveys shape better than a flat heatmap.

## Basic Usage

Two series (Series A and Series B) of six monthly values, Jan through Jun, treated as grid rows and projected at medium size into a three-dimensional surface whose peaks and valleys gain depth.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series read as grid rows and projected into a depth-shaded 3D surface.
```

## Ocean Floor Bathymetry

Seabed depth soundings from three parallel survey lines, stacked in Z and projected as a rotated 3D surface so the central trench reads as a clear valley.

```example
file: examples/OceanBathymetry.ts
html: examples/OceanBathymetry.html
title: Ocean Floor Bathymetry
description: Three continental-shelf survey lines stacked in Z into a rotated 3D seabed surface.
```

## Reactor Temperature Field

Temperature readings across radial positions for three concentric sensor rings, projected as a steeply rotated 3D surface so the hot core falling off toward the edge stands out in relief.

```example
file: examples/HeatField.ts
html: examples/HeatField.html
title: Reactor Temperature Field
description: Radial temperatures for three sensor rings projected as a steeply rotated 3D heat surface.
```

```api
```
