graphsline QML Value Type
a values for lines based on properties of QGraphsLine. More...
- graphsline is part of Qt Graphs QML Types.
Detailed Description
The graphsline
type refers to a line value with the properties of QGraphsLine.
Properties of type graphsline
follows the theme or defined separately.
The available properties are:
- color
graphsline.mainColor
- color
graphsline.subColor
- real
graphsline.mainWidth
- real
graphsline.subWidth
- color
graphsline.labelTextColor
When integrating with C++, note that any QGraphsLine value passed into QML from C++ is automatically converted into a graphsline
value, and vice-versa.
This value type is provided by the QtQuick import.
See also QML Value Types.