BandChart¶
High/low envelope with an optional mid line.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/BandChart.qml
Category: Charts & gauges · Library: v2.80
Gallery: BandChart — src/gallery/pages/BandChartPage.qml
Extends Control.
Example¶
Notes¶
Experimental range band. Prefer LineChart.showArea for a single filled series.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
high |
var |
— |
low |
var |
— |
mid |
var |
— |
xAxisLabels |
var |
— |
title |
string |
— |
emptyText |
string |
— |
bandColor |
color |
— |
midColor |
color |
— |
interactive |
bool |
— |
isInteractive |
alias |
— |
hoverIndex |
int |
— |
isEmpty |
bool |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Inherited from Control¶
Also available (base type / Qt Quick Controls):
paddingfontbackground/contentItem
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.