# XWUIDashboardForecastBand

A forecast summary panel: a prominent current value, a segmented scenario toggle (tinted success/danger/neutral), and the selected scenario's forecast value shown against its confidence-interval range as a shaded track with a positioned marker.

## Basic Usage

A revenue forecast with best/base/worst-case scenarios.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Revenue forecast with best/base/worst-case scenarios and a segmented toggle.
```

## Scenario Switching

A percent-based metric with custom precision and programmatic scenario control via `setScenario`.

```example
file: examples/ScenarioSwitching.ts
html: examples/ScenarioSwitching.html
title: Scenario Switching
description: Churn-rate forecast (percent, one decimal) with programmatic scenario control.
```

## API

```api
```
