# XWUIChartDualAxisCombo

A dual-axis combo chart variant backed by `XWUIChart` that overlays two series against independent left and right axes, the right tool when the quantities share a category axis but differ in scale or unit. Provide named `series` of `{ x, y }` points and choose a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series (Series A and Series B), each spanning Jan through Jun, plotted across paired axes.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two six-month series rendered as a dual-axis combo chart at the md preset.
```

## Revenue ($) vs Conversion Rate (%)

Large monthly revenue and a small conversion-rate series share a category axis, each scaled on its own axis - the textbook dual-axis combo.

```example
file: examples/RevenueVsConversion.ts
html: examples/RevenueVsConversion.html
title: Revenue ($) vs Conversion Rate (%)
description: Eight months of revenue against conversion rate at the lg preset with legend, interactive hover and a "$k"/"%" valueFormatter.
```

## Rainfall (mm) vs Temperature (°C)

A twelve-month climograph overlaying rainfall and average temperature on independent axes.

```example
file: examples/RainfallVsTemperature.ts
html: examples/RainfallVsTemperature.html
title: Rainfall (mm) vs Temperature (°C)
description: Monthly rainfall and temperature on paired axes at the md preset with grid and x-axis labels.
```

```api
```
