Class: QgsLineChartPlotWidget

Widget class to control the properties of line chart plots.

Added in version 4.0.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLineChartPlotWidget

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 line chart plot configuration widget.

class qgis.gui.QgsLineChartPlotWidget[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]