AbstractAxis3D QML Type
グラフの軸の基本型。詳細...
Import Statement: | import QtDataVisualization 1.8 |
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 |
軸の方向。
title : string |
軸のタイトル。
titleVisible およびtitleFixedも参照してください 。
titleFixed : bool |
軸タイトルの回転。
true
の場合、プライマリグラフビューの軸タイトルは、軸ラベルと同様にカメラに向かって回転する。false
の場合、軸タイトルはその軸を中心に回転されるだけで、それ以外はカメラ側には向きません。このプロパティは、labelAutoRotation プロパティ値がゼロの場合、何の効果も持ちません。デフ ォル ト 値はtrue
です。
labelAutoRotation 、title 、およびtitleVisibleも参照 。
titleVisible : bool |
type : AbstractAxis3D.AxisType |
軸のタイプ。
© 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.