ScatterDataProxy QML Type

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

import 语句: import QtGraphs
在 C++: 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.

type : AbstractDataProxy . DataType [read-only]

The type of the proxy. One of the QAbstractDataProxy::DataType 值。

信号文档编制

itemCountChanged ( int count )

此信号发射,当 itemCount changes to count .

注意: 相应处理程序是 onItemCountChanged .

seriesChanged ( Scatter3DSeries series )

此信号发射,当 series changes to series .

注意: 相应处理程序是 onSeriesChanged .