QtCharts.QLegend¶

New in version 5.7.
Synopsis¶
Functions¶
def
alignment
()def
attachToChart
()def
borderColor
()def
brush
()def
color
()def
detachFromChart
()def
isAttachedToChart
()def
isBackgroundVisible
()def
labelBrush
()def
labelColor
()def
markerShape
()def
markers
([series=None])def
pen
()def
reverseMarkers
()def
setAlignment
(alignment)def
setBackgroundVisible
([visible=true])def
setBorderColor
(color)def
setBrush
(brush)def
setColor
(color)def
setLabelBrush
(brush)def
setLabelColor
(color)def
setMarkerShape
(shape)def
setPen
(pen)def
setReverseMarkers
([reverseMarkers=true])def
setShowToolTips
(show)def
showToolTips
()
Signals¶
def
backgroundVisibleChanged
(visible)def
borderColorChanged
(color)def
colorChanged
(color)def
fontChanged
(font)def
labelColorChanged
(color)def
markerShapeChanged
(shape)def
reverseMarkersChanged
(reverseMarkers)def
showToolTipsChanged
(showToolTips)
Detailed Description¶
-
PySide2.QtCharts.QtCharts.QLegend.
MarkerShape
¶
-
PySide2.QtCharts.QtCharts.QLegend.
alignment
()¶ - Return type
Alignment
-
PySide2.QtCharts.QtCharts.QLegend.
attachToChart
()¶
-
PySide2.QtCharts.QtCharts.QLegend.
backgroundVisibleChanged
(visible)¶ - Parameters
visible –
bool
-
PySide2.QtCharts.QtCharts.QLegend.
borderColor
()¶ - Return type
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
borderColorChanged
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
brush
()¶ - Return type
QBrush
-
PySide2.QtCharts.QtCharts.QLegend.
color
()¶ - Return type
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
colorChanged
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
detachFromChart
()¶
-
PySide2.QtCharts.QtCharts.QLegend.
fontChanged
(font)¶ - Parameters
font –
QFont
-
PySide2.QtCharts.QtCharts.QLegend.
isAttachedToChart
()¶ - Return type
bool
-
PySide2.QtCharts.QtCharts.QLegend.
isBackgroundVisible
()¶ - Return type
bool
-
PySide2.QtCharts.QtCharts.QLegend.
labelBrush
()¶ - Return type
QBrush
-
PySide2.QtCharts.QtCharts.QLegend.
labelColor
()¶ - Return type
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
labelColorChanged
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
markerShape
()¶ - Return type
-
PySide2.QtCharts.QtCharts.QLegend.
markerShapeChanged
(shape)¶ - Parameters
shape –
MarkerShape
-
PySide2.QtCharts.QtCharts.QLegend.
markers
([series=None])¶ - Parameters
series –
QAbstractSeries
- Return type
-
PySide2.QtCharts.QtCharts.QLegend.
pen
()¶ - Return type
QPen
-
PySide2.QtCharts.QtCharts.QLegend.
reverseMarkers
()¶ - Return type
bool
-
PySide2.QtCharts.QtCharts.QLegend.
reverseMarkersChanged
(reverseMarkers)¶ - Parameters
reverseMarkers –
bool
-
PySide2.QtCharts.QtCharts.QLegend.
setAlignment
(alignment)¶ - Parameters
alignment –
Alignment
-
PySide2.QtCharts.QtCharts.QLegend.
setBackgroundVisible
([visible=true])¶ - Parameters
visible –
bool
-
PySide2.QtCharts.QtCharts.QLegend.
setBorderColor
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
setBrush
(brush)¶ - Parameters
brush –
QBrush
-
PySide2.QtCharts.QtCharts.QLegend.
setColor
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
setLabelBrush
(brush)¶ - Parameters
brush –
QBrush
-
PySide2.QtCharts.QtCharts.QLegend.
setLabelColor
(color)¶ - Parameters
color –
QColor
-
PySide2.QtCharts.QtCharts.QLegend.
setMarkerShape
(shape)¶ - Parameters
shape –
MarkerShape
-
PySide2.QtCharts.QtCharts.QLegend.
setPen
(pen)¶ - Parameters
pen –
QPen
-
PySide2.QtCharts.QtCharts.QLegend.
setReverseMarkers
([reverseMarkers=true])¶ - Parameters
reverseMarkers –
bool
-
PySide2.QtCharts.QtCharts.QLegend.
setShowToolTips
(show)¶ - Parameters
show –
bool
-
PySide2.QtCharts.QtCharts.QLegend.
showToolTips
()¶ - Return type
bool
-
PySide2.QtCharts.QtCharts.QLegend.
showToolTipsChanged
(showToolTips)¶ - Parameters
showToolTips –
bool