# XWUIChartTitrationCurve

A titration-curve chart: a fixed-type wrapper around `XWUIChart` (`type: 'titrationCurve'`)
that plots `series` of `{ x, y }` points as a continuous curve, suited to the characteristic
S-shaped pH-versus-titrant-volume profile of an acid-base or redox titration. Pass a `block`
preset (1-4) and `size` (`sm` / `md` / `lg`), and adjust the trace with
`lineWeight`, `lineStyle`, or `lineArrows`. Use it to show how a measured response moves
through its inflection (equivalence) region as an independent variable is increased.

## Basic Usage

Two named series of progressive values rendered as titration-style curves at the medium size
preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series drawn as continuous titration-style curves.
```

## Strong Acid vs Strong Base

pH while titrating 25 mL of HCl with NaOH, showing the steep vertical jump through the equivalence point at pH 7.

```example
file: examples/StrongAcidStrongBase.ts
html: examples/StrongAcidStrongBase.html
title: Strong Acid vs Strong Base
description: HCl titrated with NaOH, with the sharp equivalence jump at pH 7.
```

## Weak Acid vs Strong Base

pH while titrating acetic acid with NaOH, showing the buffer plateau near the half-equivalence point and an equivalence point above pH 8.

```example
file: examples/WeakAcidStrongBase.ts
html: examples/WeakAcidStrongBase.html
title: Weak Acid vs Strong Base
description: Acetic acid titrated with NaOH, with a buffer region and equivalence above pH 8.
```

```api
```
