QBoxPlotLegendMarker Class

The QBoxPlotLegendMarker class is a legend marker for a box plot series. 更多...

頭: #include <QBoxPlotLegendMarker>
繼承: QLegendMarker

公共函數

virtual ~QBoxPlotLegendMarker ()

重實現公共函數

virtual QBoxPlotSeries * series () override
virtual QLegendMarker::LegendMarkerType type () override

詳細描述

A box plot legend marker is related to a QBoxPlotSeries 對象。

另請參閱 QLegend and QBoxPlotSeries .

成員函數文檔編製

[虛擬] QBoxPlotLegendMarker:: ~QBoxPlotLegendMarker ()

Removes the legend marker for a box plot series.

[override virtual] QBoxPlotSeries *QBoxPlotLegendMarker:: series ()

重實現: QLegendMarker::series ().

[override virtual] QLegendMarker::LegendMarkerType QBoxPlotLegendMarker:: type ()

重實現: QLegendMarker::type ().