graphsline QML Value Type
QGraphsLine のプロパティに基づく線の値。
| In C++: | QGraphsLine |
- graphsline はQt Graphs QML Common Types の一部です。
プロパティ
- labelTextColor : color
- mainColor : color
- mainWidth : real
- subColor : color
- subWidth : real
詳細説明
graphsline 型は、QGraphsLine のプロパティを持つ行値を指す。
graphsline 型のプロパティは別に定義されていない限りtheme に従います。
C++と統合する場合、C++からQMLに渡された QGraphsLine の値は自動的にgraphsline の値に変換され、その逆も同様であることに注意してください。
この値型はQtQuick importによって提供されます。
QMLの値型も参照してください 。
プロパティのドキュメント
labelTextColor : color
ラベルに使用されるテキストの色。
mainColor : color
主線の色。
mainWidth : real
幹線の幅。
subColor : color
サブラインの色。
subWidth : real
サブラインの幅。
© 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.