legendData QML Value Type
The legendData value type contains information to display on a sets legend marker. More...
Import Statement: | import QtGraphs |
In C++: | QLegendData |
Detailed Description
The information needed to make a visual association between a set and a marker include properties such as color, border color, and a name of a set.
Note: Before Qt 6.10, this value type was only provided as an anonymous type.