# XWUIChartStackedHorizontalBar

A horizontal stacked bar chart: a fixed-type wrapper around `XWUIChart` (inner type `stackedHorizontalBar`) that lays bars out left-to-right and stacks each series as a segment along each bar, so the total runs along the x-axis. Pass `{ series }` plus a `block` preset (1-4) and `size`. Use it for ranked part-to-whole comparisons or when category labels are long and read better on the y-axis.

## Basic Usage

This example renders two series (Series A and Series B) of six monthly values (Jan-Jun) as horizontal bars with the two series stacked as segments running left-to-right, at medium size.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Six monthly rows where Series A and Series B stack left-to-right as segments, so each bar's total length along the x-axis is the sum of both series.
```

## Marketing Spend by Channel

Per-campaign budget stacked across channels, with long campaign labels on the y-axis.

```example
file: examples/MarketingSpend.ts
html: examples/MarketingSpend.html
title: Marketing Spend by Channel
description: Five campaigns as horizontal bars stacked into Paid Search, Social Ads, and Email Nurture, so each bar's length is total spend and segments are channel share.
```

## Feature Satisfaction Survey

Likert survey results per feature stacked from satisfied through neutral to dissatisfied.

```example
file: examples/SurveySentiment.ts
html: examples/SurveySentiment.html
title: Feature Satisfaction Survey
description: Satisfied, neutral, and dissatisfied shares stacked left-to-right per feature, ranking which product areas have the most negative sentiment.
```

```api
```
