The QPieLegendMarker class is a legend marker for a pie series. 更多...
头: | #include <QPieLegendMarker> |
继承: | 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.
另请参阅 QLegend , QPieSeries ,和 QPieSlice .
[虚拟]
QPieLegendMarker::
~QPieLegendMarker
()
Removes the legend marker for a pie series.
[override virtual]
QPieSeries
*QPieLegendMarker::
series
()
重实现: QLegendMarker::series ().
Returns the slice of the pie related to the marker.
[override virtual]
QLegendMarker::LegendMarkerType
QPieLegendMarker::
type
()
重实现: QLegendMarker::type ().