The QPieLegendMarker class is a legend marker for a pie series. More...
Header: | #include <QPieLegendMarker> |
Inherits: | QLegendMarker |
virtual | ~QPieLegendMarker() |
QPieSlice * | slice() |
virtual QPieSeries * | series() override |
virtual QLegendMarker::LegendMarkerType | type() override |
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 QLegend, QPieSeries, and QPieSlice.
[virtual]
QPieLegendMarker::~QPieLegendMarker()
Removes the legend marker for a pie series.
[override virtual]
QPieSeries *QPieLegendMarker::series()
Reimplements: QLegendMarker::series().
Returns the slice of the pie related to the marker.
[override virtual]
QLegendMarker::LegendMarkerType QPieLegendMarker::type()
Reimplements: QLegendMarker::type().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qpielegendmarker.html