ScatterDataProxy QML Type

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

import 语句: import QtGraphs
实例化: QScatterDataProxy
继承:

AbstractDataProxy

继承者:

ItemModelScatterDataProxy

状态: 技术预览

特性

详细描述

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 with 3D .

特性文档编制

itemCount : int [read-only]

The number of items in the array.

series : Scatter3DSeries [read-only]

The series this proxy is attached to.