QBarLegendMarker Class

The QBarLegendMarker class is a legend marker for a bar series. More...

Header: #include <QBarLegendMarker>
Inherits: QLegendMarker

Public Functions

virtual ~QBarLegendMarker()
QBarSet *barset()

Reimplemented Public Functions

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

Static Public Members

const QMetaObject staticMetaObject
  • 9 static public members inherited from QObject

Additional Inherited Members

Detailed Description

The QBarLegendMarker class is a legend marker for a bar series.

A bar legend marker is related to QAbstractBarSeries derived classes. With a bar series, each marker is related to one QBarSet.

See also QLegend, QAbstractBarSeries, and QBarSet.

Member Function Documentation

[virtual] QBarLegendMarker::~QBarLegendMarker()

Removes the legend marker for a bar set.

QBarSet *QBarLegendMarker::barset()

Returns the bar set related to the marker.

[virtual] QAbstractBarSeries *QBarLegendMarker::series()

Reimplemented from QLegendMarker::series().

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

Reimplemented from QLegendMarker::type().