AbstractAxis3D QML Type

그래프 축의 기본 유형입니다. 자세히...

Import Statement: import QtDataVisualization 1.8
Since: QtDataVisualization 1.0
In C++: QAbstract3DAxis
Inherited By:

CategoryAxis3D and ValueAxis3D

속성

상세 설명

이 유형은 생성할 수 없지만 하위 유형을 통해 노출되는 프로퍼티를 포함합니다.

AbstractAxis3D 열거형은 QAbstract3DAxis::AxisOrientationQAbstract3DAxis::AxisType 을 참조하십시오.

프로퍼티 문서

autoAdjustRange : bool

모든 데이터가 축에 맞도록 축이 자동으로 범위를 조정할지 여부를 정의합니다.


labelAutoRotation : real

카메라 각도가 변경될 때 레이블이 자동 회전할 수 있는 최대 각도입니다. 각도는 0에서 90 사이가 될 수 있습니다. 기본값은 0입니다. 값이 0이면 축 레이블이 자동으로 회전하지 않습니다. 값이 0보다 크면 레이블이 지정된 각도까지 카메라를 향해 방향을 잡으려고 시도합니다.


labels : list

축의 레이블입니다.

참고: 이 속성을 ValueAxis3D 로 설정하면 레이블이 자동으로 생성되므로 아무 작업도 수행하지 않습니다.


max : real

축의 최대값입니다. 이 속성을 설정할 때 필요한 경우 최소값을 조정하여 범위가 유효하게 유지되도록 합니다.


min : real

축의 최소값입니다. 이 속성을 설정할 때 필요한 경우 범위가 유효한지 확인하기 위해 최대값이 조정됩니다.


orientation : AbstractAxis3D.AxisOrientation [read-only]

축의 방향입니다.


title : string

축의 제목입니다.

titleVisibletitleFixed참조하십시오 .


titleFixed : bool

축 제목의 회전입니다.

true 인 경우 기본 그래프 보기의 축 제목은 축 레이블과 유사하게 카메라를 향해 회전합니다. false 인 경우 축 제목은 해당 축을 중심으로만 회전하며 카메라를 향하지 않습니다. labelAutoRotation 속성 값이 0인 경우 이 속성은 아무런 영향을 미치지 않습니다. 기본값은 true 입니다.

labelAutoRotation, title, titleVisible참조하세요 .


titleVisible : bool

기본 그래프 보기에서 축 제목을 표시할지 여부를 정의합니다.

기본값은 false 입니다.

titletitleFixed도 참조하십시오 .


type : AbstractAxis3D.AxisType [read-only]

축의 유형입니다.


© 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.