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.