- class QPieLegendMarker#
The
QPieLegendMarker
class is a legend marker for a pie series. More…Synopsis#
Methods#
def
__init__()
def
slice()
Virtual methods#
def
series()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
A pie legend marker is related to
QPieSeries
. With a pie series, each slice of the pie is related to one marker in the legend.See also
- __init__(series, slice, legend[, parent=None])#
- Parameters:
series –
QPieSeries
slice –
QPieSlice
legend –
QLegend
parent –
QObject
- series()#
- Return type:
Returns the slice of the pie related to the marker.