Class: QgsPlotCanvasItem¶
An abstract class for items that can be placed on a
QgsPlotCanvas.
Added in version 3.26.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Abstract Methods
Paints the item. |
- class qgis.gui.QgsPlotCanvasItem[source]¶
Bases:
QGraphicsItem- __init__(canvas: QgsPlotCanvas | None)
Constructor for QgsPlotCanvasItem for the specified
canvas.- Parameters:
canvas (Optional[QgsPlotCanvas])