Class: QgsPieChartPlotWidget¶
Widget class to control the properties of pie chart plots.
Added in version 4.0.
Class Hierarchy¶
Base classes¶
Base class for widgets which allow control over the properties of plots. |
|
Base class for any widget that can be shown as an inline panel. |
|
Abstract interface for generating an expression context. |
Static Methods
Creates a new line chart plot configuration widget. |
- class qgis.gui.QgsPieChartPlotWidget[source]¶
Bases:
QgsPlotWidget
- __init__(parent: QWidget | None = None)
Constructor for
QgsLineChartPlotWidget
.- Parameters:
parent (Optional[QWidget] = None) – parent widget
- static create(parent: QWidget | None) QgsPlotWidget | None [source]¶
Creates a new line chart plot configuration widget.
- Parameters:
parent (Optional[QWidget])
- Return type:
Optional[QgsPlotWidget]