QLegendMarker¶

PyQt5.QtChart.QLegendMarker

Inherits from QObject.

Inherited by QAreaLegendMarker, QBarLegendMarker, QBoxPlotLegendMarker, QCandlestickLegendMarker, QPieLegendMarker, QXYLegendMarker.

Description¶

TODO

Enums¶

LegendMarkerType

TODO

Member

Value

Description

LegendMarkerTypeArea

TODO

TODO

LegendMarkerTypeBar

TODO

TODO

LegendMarkerTypeBoxPlot

TODO

TODO

LegendMarkerTypeCandlestick

TODO

TODO

LegendMarkerTypePie

TODO

TODO

LegendMarkerTypeXY

TODO

TODO

Methods¶

brush() → QBrush

TODO


font() → QFont

TODO


isVisible() → bool

TODO


label() → str

TODO


labelBrush() → QBrush

TODO


pen() → QPen

TODO


series() → QAbstractSeries

TODO


setBrush(Union[QBrush, QColor, GlobalColor, QGradient])

TODO


setFont(QFont)

TODO


setLabel(str)

TODO


setLabelBrush(Union[QBrush, QColor, GlobalColor, QGradient])

TODO


setPen(Union[QPen, QColor, GlobalColor, QGradient])

TODO


setShape(MarkerShape)

TODO


setVisible(bool)

TODO


shape() → MarkerShape

TODO


type() → LegendMarkerType

TODO

Signals¶

brushChanged()

TODO


clicked()

TODO


fontChanged()

TODO


hovered(bool)

TODO


labelBrushChanged()

TODO


labelChanged()

TODO


penChanged()

TODO


shapeChanged()

TODO


visibleChanged()

TODO