QLegendData Struct
Die QLegendData-Struktur enthält Informationen, die auf einem Legendenmarker angezeigt werden sollen. Mehr...
Kopfzeile: | #include <QLegendData> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Graphs) target_link_libraries(mytarget PRIVATE Qt6::Graphs) |
qmake: | QT += graphs |
In QML: | LegendData |
- QLegendData ist Teil von Qt Graphs C++ Classes for 2D.
Eigenschaften
- borderColor : const QColor
- color : const QColor
- label : const QString
Detaillierte Beschreibung
Die Informationen, die benötigt werden, um eine visuelle Assoziation zwischen einer Menge und einer Markierung herzustellen, umfassen Eigenschaften wie Farbe, Randfarbe und den Namen einer Menge.
Siehe auch QLineSeries, QSplineSeries, QScatterSeries, QBarSeries, und QXYSeries.
© 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.