ScatterDataProxy QML Type

The data proxy for 3D scatter graphs. 更多...

导入语句: import QtGraphs 6.6
实例化: QScatterDataProxy
继承:

AbstractDataProxy

继承者:

ItemModelScatterDataProxy

Status: Technical Preview

特性

详细描述

This type handles adding, inserting, changing, and removing data items.

This type is uncreatable, but contains properties that are exposed via subtypes.

另请参阅 ItemModelScatterDataProxy and Qt Graphs Data Handling .

特性文档编制

[read-only] itemCount : int

The number of items in the array.


[read-only] series : Scatter3DSeries

The series this proxy is attached to.