Qt Data Visualization QML 类型

The Qt Data Visualization functionality can be accessed via these QML types.

QML 类型

AbstractAxis3D A base type for the axes of a graph
CategoryAxis3D Manipulates an axis of a graph
LogValueAxis3DFormatter Provides formatting rules for a logarithmic value axis
ValueAxis3D Manipulates an axis of a graph
ValueAxis3DFormatter A base type for value axis formatters
Abstract3DSeries A base type for all data series
AbstractDataProxy Base type for all QtDataVisualization data proxies
Bar3DSeries Represents a data series in a 3D bar graph
BarDataProxy Data proxy for a 3D bars graph
Custom3DItem 向图形添加自定义项
Custom3DLabel 向图形添加自定义标签
Custom3DVolume Adds a volume rendered object to a graph
HeightMapSurfaceDataProxy Base proxy type for Surface3D
ItemModelBarDataProxy Proxy class for presenting data in item models with Bars3D
ItemModelScatterDataProxy Proxy class for presenting data in item models with Scatter3D
ItemModelSurfaceDataProxy Proxy class for presenting data in item models with Surface3D
Scatter3DSeries Represents a data series in a 3D scatter graph
ScatterDataProxy Data proxy for 3D scatter graphs
Surface3DSeries Represents a data series in a 3D surface graph
SurfaceDataProxy Data proxy for a 3D surface graph
AbstractGraph3D Base type for 3D visualizations
Bars3D 3D bar graph
ThemeColor Defines the color in a Theme3D
ColorGradient Defines a color gradient
ColorGradientStop Defines the color at a position in ColorGradient
Scatter3D 3D scatter graph
Surface3D Describes the usage of the 3D surface graph
Camera3D 在 3D 空间中的摄像头表示
Light3D 在 3D 空间表示光源
Object3D A base type for all the objects in a 3D scene
Scene3D Type provides description of the 3D scene being visualized
InputHandler3D 基于滚轮鼠标的基本输入处理程序
AbstractInputHandler3D Base type for all QtDataVisualization input handlers
TouchInputHandler3D Basic touch display based input handler
Theme3D A visual style for graphs