# XWUIChartContourSurface

A contour-surface chart variant backed by `XWUIChart` that renders a gridded value field as a shaded surface with iso-level contours, useful for reading the shape of a continuous field across two axes at a glance. Supply one named `series` per grid row, each carrying its cells as `{ x, y }` points (column label and height), then pick a `block` (1-4) and `size` preset.

## Basic Usage

Five named rows, each with seven randomized cell values, rendered as a 5x7 contoured surface.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A 5x7 grid of randomized values rendered as a contour surface at the md preset.
```

## Heated Plate Temperature Field

A steady-state temperature field in Celsius across a metal plate heated near one corner, shaded as a surface whose contours fall off from the hot spot to the ambient edges.

```example
file: examples/TemperatureField.ts
html: examples/TemperatureField.html
title: Heated Plate Temperature Field
description: A 16x12 temperature field in Celsius diffusing from a corner hot spot, drawn as a contour surface.
```

## Drug Combination Response Surface

A pharmacology dose-response surface of cell viability across two drug concentrations, dipping from full viability in the untreated corner to near-total kill where both doses are high.

```example
file: examples/DrugResponse.ts
html: examples/DrugResponse.html
title: Drug Combination Response Surface
description: An 8x8 cell-viability surface over two drug doses, visualising combination synergy.
```

```api
```
