QPieLegendMarker¶
The QPieLegendMarker
class is a legend marker for a pie series. More…
Synopsis¶
Functions¶
def
slice
()
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
- class PySide6.QtCharts.QPieLegendMarker(series, slice, legend[, parent=None])¶
- Parameters
series –
PySide6.QtCharts.QPieSeries
legend –
PySide6.QtCharts.QLegend
slice –
PySide6.QtCharts.QPieSlice
parent –
PySide6.QtCore.QObject
- PySide6.QtCharts.QPieLegendMarker.slice()¶
- Return type
Returns the slice of the pie related to the marker.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.