QBoxPlotLegendMarker Class

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

头: #include <QBoxPlotLegendMarker>
继承: QLegendMarker

公共函数

virtual ~QBoxPlotLegendMarker ()

重实现公共函数

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

静态公共成员

const QMetaObject staticMetaObject

额外继承成员

详细描述

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

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

另请参阅 QLegend and QBoxPlotSeries .

成员函数文档编制

[virtual] QBoxPlotLegendMarker:: ~QBoxPlotLegendMarker ()

Removes the legend marker for a box plot series.

[virtual] QBoxPlotSeries *QBoxPlotLegendMarker:: series ()

重实现自 QLegendMarker::series ().

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

重实现自 QLegendMarker::type ().