ColorGradientStop QML Type▲
-
Import Statement: import QtDataVisualization 1.5
-
Since: QtDataVisualization 1.0
-
Group: ColorGradientStop is part of datavisualization_qml
Detailed Description▲
Property Documentation▲
color : color▲
The color property describes the color color of this gradient stop.
The default color is black.
Transparency in a gradient is not supported and will result in undefined behavior.
See Also▲
See also ColorGradient
position : real▲
The position property describes the position of this gradient stop.
The default position is 0.0.
See Also▲
See also ColorGradient