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 .