Skip to content

BandChart

High/low envelope with an optional mid line.

import QWinUI3.Extras · src/extras/QWinUI3/Extras/BandChart.qml

Category: Charts & gauges · Library: v2.80

← Component index

Gallery: BandChartsrc/gallery/pages/BandChartPage.qml

Extends Control.

Example

BandChart {
    high: [42, 48, 45]
    low: [30, 28, 32]
    mid: [36, 38, 37]
}

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):

  • padding
  • font
  • background / contentItem

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.