En esta página

QXYLegendMarker Class

La clase QXYLegendMarker es un marcador de leyenda para una línea, spline o serie de dispersión. Más...

Header: #include <QXYLegendMarker>
Inherits: QLegendMarker

Funciones Públicas

virtual ~QXYLegendMarker()

Funciones Públicas Reimplementadas

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

Descripción Detallada

Un marcador de leyenda XY está relacionado con las clases derivadas QXYSeries: QLineSeries, QSplineSeries, y QScatterSeries. Cada marcador está relacionado con una serie.

Véase también QLegend, QXYSeries, QSplineSeries, QScatterSeries, y QLineSeries.

Documentación de las funciones miembro

[virtual noexcept] QXYLegendMarker::~QXYLegendMarker()

Elimina el marcador de leyenda de una línea, spline o serie de dispersión.

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

Reimplementa: QLegendMarker::series().

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

Reimplementa: QLegendMarker::type().

© 2026 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.