AbstractAxis3D QML Type
グラフの軸の基本型。詳細...
| Import Statement: | import QtDataVisualization 1.11 |
| Since: | QtDataVisualization 1.0 |
| In C++: | QAbstract3DAxis |
| Inherited By: |
プロパティ
- autoAdjustRange : bool
- labelAutoRotation : real
- labels : list
- max : real
- min : real
- orientation : AbstractAxis3D.AxisOrientation
- title : string
- titleFixed : bool
- titleVisible : bool
- type : AbstractAxis3D.AxisType
詳細説明
この型は作成できませんが、サブ型を通して公開されるプロパティを含んでいます。
AbstractAxis3D 列挙型については、QAbstract3DAxis::AxisOrientation およびQAbstract3DAxis::AxisType を参照してください。
プロパティのドキュメント
autoAdjustRange : bool
すべてのデータがその中に収まるように、軸が自動的に範囲を調整するかどうかを定義する。
labelAutoRotation : real
カメラの角度が変わったときにラベルが自動回転できる最大角度。角度は、0 ~ 90 の間で指定する。デフォルト値は 0 です。値が 0 の場合、軸ラベルは自動的に回転しません。値が 0 よ り 大き い と 、 ラ ベルは、指定 さ れた角度まで、 カメラの方向に向かおうとする。
labels : list
軸のラベル。
注意: ValueAxis3D に対してこのプロパティを設定しても、ラベルは自動的に生成されるため、何も起こりません。
max : real
軸の最大値。このプロパティを設定するときは、範囲が有効であることを確実にするために、必要に応じて最小値が調整される。
min : real
軸の最小値。このプロパティを設定するときは、範囲が有効であることを確実にするために、必要に応じて最大値が調整される。
orientation : AbstractAxis3D.AxisOrientation [read-only]
軸の向き。
title : string
軸のタイトル。
titleVisible およびtitleFixedも参照してください 。
titleFixed : bool
軸タイトルの回転。
true の場合、プライマリグラフビューの軸タイトルは、軸ラベルと同様にカメラに向かって回転する。false の場合、軸タイトルはその軸を中心に回転されるだけで、それ以外はカメラの方向には向きません。このプロパティは、labelAutoRotation プロパティ値がゼロの場合、何の効果も持ちません。デフ ォル ト 値はtrue です。
labelAutoRotation 、title 、およびtitleVisibleも参照してください 。
titleVisible : bool
軸タイトルをプライマリ・グラフ・ビューで表示するかどうかを定義する。
デフォルト値はfalse です。
title およびtitleFixedも参照してください 。
type : AbstractAxis3D.AxisType [read-only]
軸のタイプ。
© 2026 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.