# XWUIChartBlocks

The shared base of the chart-block family: it exports the common `ChartBlockConfigBase` contract that every `XWUIChart<Type>` block variant inherits (block index, size preset, legend/grid/axis toggles, 3D options, line styling). Use the concrete block components (e.g. `XWUIChartBar`, `XWUIChartArea`) for rendering; this entry documents the shared block configuration they all accept.

## Basic Usage

Standard two-series block data using the shared block configuration.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series passed through the shared chart-block configuration at the md preset.
```

```api
```
