QXYLegendMarker Class

QXYLegendMarker 클래스는 선, 스플라인 또는 스캐터 계열에 대한 범례 마커입니다. 더 보기...

Header: #include <QXYLegendMarker>
Inherits: QLegendMarker

공용 함수

virtual ~QXYLegendMarker()

재구현된 공용 함수

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

상세 설명

XY 범례 마커는 QXYSeries 파생 클래스와 관련이 있습니다: QLineSeries, QSplineSeries, 및 QScatterSeries 과 관련이 있습니다. 각 마커는 하나의 시리즈와 관련이 있습니다.

QLegend, QXYSeries, QSplineSeries, QScatterSeries, 및 QLineSeries도 참조하십시오 .

멤버 함수 문서

[virtual noexcept] QXYLegendMarker::~QXYLegendMarker()

선, 스플라인 또는 분산형 계열의 범례 마커를 제거합니다.

[override virtual] QXYSeries *QXYLegendMarker::series()

다시 구현합니다: QLegendMarker::series().

[override virtual] QLegendMarker::LegendMarkerType QXYLegendMarker::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.