SplineSeries QML Type

SplineSeries presents data in spline graphs. 更多...

import 语句: import QtGraphs
在 C++: QSplineSeries
继承:

XYSeries

特性

信号

详细描述

The graph displays smooth spline segments that moves through all the points defined in the graph.

特性文档编制

capStyle : Qt::PenCapStyle

控制线的帽盖样式。设为之一对于 Qt.FlatCap , Qt.SquareCap or Qt.RoundCap 。默认情况下,帽盖样式为 Qt.SquareCap。

另请参阅 Qt::PenCapStyle .

width : real

线的宽度。默认情况下,宽度为 2.0。

信号文档编制

capStyleChanged ()

This signal is emitted when the spline series cap style changes.

注意: 相应处理程序是 onCapStyleChanged .

widthChanged ()

This signal is emitted when the spline series width changes.

注意: 相应处理程序是 onWidthChanged .