The QBoxPlotLegendMarker class is a legend marker for a box plot series. 更多...
| 头: | #include <QBoxPlotLegendMarker> |
| 继承: | QLegendMarker |
| virtual | ~QBoxPlotLegendMarker () |
| virtual QBoxPlotSeries * | series () |
| virtual LegendMarkerType | type () |
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 .
[虚拟]
QBoxPlotLegendMarker::
~QBoxPlotLegendMarker
()
Removes the legend marker for a box plot series.
[虚拟]
QBoxPlotSeries
*QBoxPlotLegendMarker::
series
()
重实现自 QLegendMarker::series ().
[虚拟]
LegendMarkerType
QBoxPlotLegendMarker::
type
()
重实现自 QLegendMarker::type ().