XYPoint QML Type

Initializes XY-series coordinate data. 更多...

import 語句: import QtCharts 2.3

特性

詳細描述

The XYPoint type is a convenience type for initializing line, spline, and scatter series with static coordinate data. To manipulate a series dynamically, use the data manipulation functions it inherits from the XYSeries type, instead.

另請參閱 XYSeries , LineSeries , AreaSeries , ScatterSeries ,和 SplineSeries .

特性文檔編製

x : real

The x-coordinate of the point.

y : real

The y-coordinate of the point.