# XWUIChartCrossStitchPattern

A cross-stitch pattern chart: a fixed-type (`type: 'crossStitchPattern'`) wrapper
around `XWUIChart` that renders the data as a grid of stitch-like X marks, evoking a
counted cross-stitch chart. Feed it `series` of `{ x, y }` values plus a `block`
preset (1-4) and `size` (`sm` / `md` / `lg`); the shared block config adds
legend, grid, and axis toggles. Use it for a decorative, craft-styled take on a
categorical grid.

## Basic Usage

Two monthly series mapped onto the stitch grid at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two {x, y} series rendered as stitch-style X marks via the crossStitchPattern chart type.
```

## Sampler Alphabet Stitch Heights

Compares the stitched row-height of each capital letter across a serif and a blackwork sampler font.

```example
file: examples/SamplerAlphabetHeights.ts
html: examples/SamplerAlphabetHeights.html
title: Sampler Alphabet Stitch Heights
description: Per-letter stitch heights for two cross-stitch alphabet fonts, large size with a tall-letter guide line.
```

## Autumn Wreath Floss Counts

Tallies the stitch count of each DMC floss color in a finished design to size the thread shopping list.

```example
file: examples/FlossColorCounts.ts
html: examples/FlossColorCounts.html
title: Autumn Wreath Floss Counts
description: Single-series stitch counts per floss color with data labels and a shaded "buy 2 skeins" band.
```

```api
```
