# XWUIChartOHLC

An open-high-low-close (OHLC) bar chart backed by `XWUIChart` (`type: 'oHLC'`) that draws each period as a vertical bar with left/right ticks for open and close. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset (`sm`, `md`, `lg`); legend and grid auto-toggle per block unless overridden.

## Basic Usage

Two named monthly series ("Series A" and "Series B") plotted across Jan-Jun at the md preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series rendered as an OHLC bar chart at the md size preset.
```

## Large with legend + grid

A single named series at the lg preset with the legend and grid lines enabled.

```example
file: examples/LargeWithLegend.ts
html: examples/LargeWithLegend.html
title: Large with legend + grid
description: One series ("ACME") at size 'lg' as a OHLC bar chart with showLegend and showGrid on.
```

## Multi-block, interactive

Three named series laid out across two stacked blocks with hover interaction enabled.

```example
file: examples/MultiBlock.ts
html: examples/MultiBlock.html
title: Multi-block, interactive
description: Three series at block 2 with interactive hover and the legend shown.
```

```api
```
