Class: QgsBarChartPlotWidget

Widget class to control the properties of bar chart plots.

Added in version 4.0.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsBarChartPlotWidget

Base classes

QgsPlotWidget

Base class for widgets which allow control over the properties of plots.

QgsPanelWidget

Base class for any widget that can be shown as an inline panel.

QWidget

QObject

QPaintDevice

QgsExpressionContextGenerator

Abstract interface for generating an expression context.

Static Methods

create

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:

Optional[QgsPlotWidget]