QXYLegendMarker Class

QXYLegendMarker クラスは、折れ線、スプライン、または散布図系列の凡例マーカーです。詳細...

Header: #include <QXYLegendMarker>
Inherits: QLegendMarker

パブリック関数

virtual ~QXYLegendMarker()

再実装パブリック関数

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

詳細説明

XY 凡例マーカーはQXYSeries の派生クラスと関連しています:QLineSeries QSplineSeries およびQScatterSeries 。各マーカーは1つの系列に関連しています。

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.