ViolinChart¶
Density violin from sample groups.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/ViolinChart.qml
Category: Charts & gauges · Library: v2.80
Gallery: ViolinChart — src/gallery/pages/ViolinChartPage.qml
Extends Control.
Example¶
Notes¶
Experimental. ChartUtils.violinWidths. Prefer BoxPlotChart for five-number summaries.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
groups |
var |
— |
binCount |
int |
— |
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):
paddingfontbackground/contentItem
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.