XYPoint QML Type

XY系列座標データを初期化します。詳細...

Import Statement: import QtGraphs

プロパティ

  • x : real
  • y : real

詳細説明

XYPoint型は、静的な座標データを持つ線分、スプライン、散布図系列を初期化するための便利な型である。系列を動的に操作するには、代わりにXYSeries 型から継承したデータ操作関数を使用します。

XYSeries,LineSeries,ScatterSeriesも参照のこと

プロパティの説明

x : real

点の x 座標。


y : real

点の y 座標。


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