QBoxPlotLegendMarker Class
The QBoxPlotLegendMarker class is a legend marker for a box plot series. More...
Header: | #include <QBoxPlotLegendMarker> |
Inherits: | QLegendMarker |
Public Functions
virtual | ~QBoxPlotLegendMarker() |
Reimplemented Public Functions
Detailed Description
A box plot legend marker is related to a QBoxPlotSeries object.
See also QLegend and QBoxPlotSeries.
Member Function Documentation
[virtual]
QBoxPlotLegendMarker::~QBoxPlotLegendMarker()
Removes the legend marker for a box plot series.
[override virtual]
QBoxPlotSeries *QBoxPlotLegendMarker::series()
Reimplements: QLegendMarker::series().
[override virtual]
QLegendMarker::LegendMarkerType QBoxPlotLegendMarker::type()
Reimplements: QLegendMarker::type().