Skip to content

PolarAreaChart

Coxcomb / polar-area sectors (radius encodes value).

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

Category: Charts & gauges · Library: v2.80

← Component index

Gallery: PolarAreaChartsrc/gallery/pages/PolarAreaChartPage.qml

Extends Control.

Example

PolarAreaChart {
    values: [8, 12, 6, 14, 9]
    labels: ["CPU", "Mem", "Disk", "Net", "GPU"]
}

Notes

Experimental. Prefer RadarChart for equal-radius polygons; DonutChart for part-to-whole.

API

Properties

Name Type Description
values var
labels var
title string
emptyText string
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.