QPieLegendMarker#

The QPieLegendMarker class is a legend marker for a pie series. More

Inheritance diagram of PySide6.QtCharts.QPieLegendMarker

Synopsis#

Functions#

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.

class PySide6.QtCharts.QPieLegendMarker(series, slice, legend[, parent=None])#
Parameters
PySide6.QtCharts.QPieLegendMarker.slice()#
Return type

PySide6.QtCharts.QPieSlice

Returns the slice of the pie related to the marker.