SplineSeries presents data in spline graphs. More...
| Import Statement: | import QtGraphs
|
| In C++: | QSplineSeries |
| Inherits: |
The graph displays smooth spline segments that moves through all the points defined in the graph.
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.
capStyleChanged()
This signal is emitted when the spline series cap style changes.
Note: The corresponding handler is onCapStyleChanged.
widthChanged()
This signal is emitted when the spline series width changes.
Note: The corresponding handler is onWidthChanged.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qtgraphs-splineseries.html