QBarLegendMarker Class

QBarLegendMarker 类是条形图系列的图例标记。更多

Header: #include <QBarLegendMarker>
Inherits: QLegendMarker

公共函数

virtual ~QBarLegendMarker()
QBarSet *barset()

重新实现的公共函数

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

详细说明

条形图标记与QAbstractBarSeries 派生类相关。对于条形图系列,每个标记与一个QBarSet 相关。

另请参见 QLegend,QAbstractBarSeries, 和QBarSet

成员函数文档

[virtual noexcept] QBarLegendMarker::~QBarLegendMarker()

删除条形图集的图例标记。

QBarSet *QBarLegendMarker::barset()

返回与标记相关的条形图集。

[override virtual] QAbstractBarSeries *QBarLegendMarker::series()

重新实现:QLegendMarker::series().

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

重新实现:QLegendMarker::type().

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.