Abstract3DAxis QML Type
3D 그래프의 축에 대한 기본 유형입니다. Abstract3DAxis 열거형에 대해서는 QAbstract3DAxis::AxisOrientation 및 QAbstract3DAxis::AxisType 을 참조하십시오. 더 보기...
Import Statement: | import QtGraphs |
In C++: | QAbstract3DAxis |
Inherited By: |
- 상속된 멤버를 포함한 모든 멤버 목록
- Abstract3DAxis는 Qt Graphs 3D용 QML 유형의 일부입니다.
속성
- autoAdjustRange : bool
- labelAutoAngle : real
- labels : list
- labelsVisible : bool
- max : real
- min : real
- orientation : Abstract3DAxis.AxisOrientation
- title : string
- titleFixed : bool
- titleOffset : real
- titleVisible : bool
- type : Abstract3DAxis.AxisType
신호
- autoAdjustRangeChanged(bool autoAdjust)
- labelAutoAngleChanged(real angle)
- labelVisibilityChanged(bool visible)
- labelsChanged()
- maxChanged(real value)
- minChanged(real value)
- orientationChanged(AxisOrientation orientation)
- rangeChanged(real min, real max)
- titleChanged(string newTitle)
- titleFixedChanged(bool fixed)
- titleOffsetChanged(real offset)
- titleVisibilityChanged(bool visible)
상세 설명
속성 문서
autoAdjustRange : bool |
모든 데이터가 축에 맞도록 축이 자동으로 범위를 조정할지 여부를 정의합니다.
labelAutoAngle : real |
카메라 각도가 변경될 때 레이블이 자동 회전할 수 있는 최대 각도입니다. 각도는 0에서 90 사이가 될 수 있습니다. 기본값은 0입니다. 값이 0이면 축 레이블이 자동으로 회전하지 않습니다. 값이 0보다 크면 레이블이 지정된 각도까지 카메라를 향해 방향을 잡으려고 시도합니다.
labels : list |
축의 레이블입니다.
참고: 이 속성을 Value3DAxis 로 설정하면 레이블이 자동으로 생성되므로 아무 작업도 수행하지 않습니다.
labelsVisible : bool |
기본 그래프 보기에서 축 레이블을 표시할지 여부를 정의합니다.
기본값은 true
입니다.
max : real |
축의 최대값입니다. 이 속성을 설정할 때 필요한 경우 최소값이 조정되므로 범위가 유효하게 유지됩니다.
min : real |
축의 최소값입니다. 이 속성을 설정할 때 필요한 경우 최대값이 조정되므로 범위가 유효하게 유지됩니다.
orientation : Abstract3DAxis.AxisOrientation |
축의 방향입니다.
title : string |
축의 제목입니다.
titleVisible 및 titleFixed 을참조하십시오 .
titleFixed : bool |
축 제목의 회전입니다.
false
인 경우 기본 그래프 보기의 축 제목은 축 레이블과 유사하게 카메라를 향해 회전합니다. true
인 경우 축 제목은 해당 축을 중심으로만 회전하며 카메라를 향하지 않습니다. labelAutoAngle 속성 값이 0인 경우 이 속성은 아무런 영향을 미치지 않습니다. 기본값은 true
입니다.
labelAutoAngle, title, titleVisible 를참조하세요 .
titleOffset : real |
titleVisible : bool |
type : Abstract3DAxis.AxisType |
축의 유형입니다.
신호 문서
autoAdjustRangeChanged(bool autoAdjust) |
이 신호는 autoAdjustRange 속성 값이 autoAdjust 으로 변경될 때 발생합니다.
참고: 해당 핸들러는 onAutoAdjustRangeChanged
입니다.
labelAutoAngleChanged(real angle) |
이 신호는 레이블 회전 각도가 angle 로 변경될 때 발생합니다.
참고: 해당 핸들러는 onLabelAutoAngleChanged
입니다.
labelVisibilityChanged(bool visible) |
이 신호는 레이블 가시성이 visible 로 변경될 때 발생합니다.
참고: 해당 핸들러는 onLabelVisibilityChanged
입니다.
labelsChanged() |
이 신호는 축 레이블이 변경될 때 발생합니다.
참고: 해당 핸들러는 onLabelsChanged
입니다.
maxChanged(real value) |
이 신호는 축의 최대값이 value 으로 변경될 때 발생합니다.
참고: 해당 핸들러는 onMaxChanged
입니다.
minChanged(real value) |
이 신호는 축의 최소값이 value 로 변경될 때 발생합니다.
참고: 해당 핸들러는 onMinChanged
입니다.
orientationChanged(AxisOrientation orientation) |
이 신호는 축 방향이 orientation 로 변경될 때 발생합니다.
참고: 해당 핸들러는 onOrientationChanged
입니다.
이 신호는 축 범위가 변경될 때 발생합니다. min 및 max 은 새 범위의 최소값과 최대값입니다.
참고: 해당 핸들러는 onRangeChanged
입니다.
titleFixedChanged(bool fixed) |
이 신호는 titleFixed 속성 값이 fixed 으로 변경될 때 발생합니다.
참고: 해당 핸들러는 onTitleFixedChanged
입니다.
titleOffsetChanged(real offset) |
titleOffset 속성 값이 offset 으로 변경될 때 이 신호가 발생합니다.
참고: 해당 핸들러는 onTitleOffsetChanged
입니다.
titleVisibilityChanged(bool visible) |
이 신호는 제목 가시성이 visible 로 변경될 때 발생합니다.
참고: 해당 핸들러는 onTitleVisibilityChanged
입니다.
© 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.