SplineSeries QML Type

SplineSeriesは、データをスプライングラフで表示します。詳細...

Import Statement: import QtGraphs
In C++: QSplineSeries
Inherits:

XYSeries

プロパティ

信号

詳細説明

グラフは、グラフで定義されたすべての点を移動する滑らかなスプラインセグメントを表示します。

プロパティの説明

capStyle : Qt::PenCapStyle

線のキャップスタイルを制御します。Qt.FlatCap,Qt.SquareCap,Qt.RoundCap のいずれかに設定します。 デフォルトでは、キャップスタイルは Qt.SquareCap です。

Qt::PenCapStyleも参照してください


width : real

線の幅。デフォルトでは、幅は 2.0 です。


シグナル ドキュメント

capStyleChanged()

このシグナルは、スプラインシリーズのキャップスタイルが変更されたときに発行されます。

注: 対応するハンドラはonCapStyleChanged


widthChanged()

このシグナルは、スプライン系列の幅が変更されたときに発せられる。

:対応するハンドラはonWidthChanged


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.