XYPoint QML Type

初始化 XY 系列坐标数据。更多

Import Statement: import QtCharts 2.9

属性

  • x : real
  • y : real

详细说明

XYPoint 类型是一种方便的类型,用于使用静态坐标数据初始化直线、样条曲线和散点系列。要动态操作序列,请使用从XYSeries 类型继承的数据操作函数。

另请参见 XYSeries,LineSeries,AreaSeries,ScatterSeriesSplineSeries

属性文档

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.