Class: QgsBarChartPlotWidget¶
Widget class to control the properties of bar chart plots.
Added in version 4.0.
List of all members, including inherited members
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 bar chart plot configuration widget. |
- class qgis.gui.QgsBarChartPlotWidget[source]¶
Bases:
QgsPlotWidget- __init__(parent: QWidget | None = None)
Constructor for QgsBarChartPlotWidget.
- Parameters:
parent (Optional[QWidget] = None) – parent widget
- static create(parent: QWidget | None) QgsPlotWidget | None[source]¶
Creates a new bar chart plot configuration widget.
- Parameters:
parent (Optional[QWidget])
- Return type: