SplineSeries QML Type
SplineSeries presents data in spline graphs. More...
Import Statement: | import QtGraphs |
Instantiates: | QSplineSeries |
- List of all members, including inherited members
- SplineSeries is part of Qt Graphs QML Types for 2D.
Properties
Detailed Description
The graph displays smooth spline segments that moves through all the points defined in the graph.
Property Documentation
capStyle : Qt::PenCapStyle |
Controls the cap style of the line. Set to one of Qt.FlatCap, Qt.SquareCap or Qt.RoundCap. By default the cap style is Qt.SquareCap.
See also Qt::PenCapStyle.
width : real |
The width of the line. By default, the width is 2.0.