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.