Qt Data Visualization QML Types▲
The Qt Data Visualization functionality can be accessed via these QML types.
QML Types▲
Contents▲
-
Abstract3DSeries: A base type for all data series.
-
AbstractAxis3D: A base type for the axes of a graph.
-
AbstractDataProxy: Base type for all QtDataVisualization data proxies.
-
AbstractGraph3D: Base type for 3D visualizations.
-
AbstractInputHandler3D: Base type for all QtDataVisualization input handlers.
-
Bar3DSeries: Represents a data series in a 3D bar graph.
-
BarDataProxy: The data proxy for a 3D bars graph.
-
Bars3D: 3D bar graph.
-
Camera3D: Representation of a camera in 3D space.
-
CategoryAxis3D: Manipulates an axis of a graph.
-
ColorGradient: Defines a color gradient.
-
ColorGradientStop: Defines the color at a position in ColorGradient.
-
Custom3DItem: Adds a custom item to a graph.
-
Custom3DLabel: Adds a custom label to a graph.
-
Custom3DVolume: Adds a volume rendered object to a graph.
-
HeightMapSurfaceDataProxy: Base proxy type for Surface3D.
-
InputHandler3D: Basic wheel mouse based input handler.
-
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.
-
Light3D: Representation of a light source in 3D space.
-
LogValueAxis3DFormatter: Provides formatting rules for a logarithmic value axis.
-
Object3D: A base type for all the objects in a 3D scene.
-
Scatter3D: 3D scatter graph.
-
Scatter3DSeries: Represents a data series in a 3D scatter graph.
-
ScatterDataProxy: The data proxy for 3D scatter graphs.
-
Scene3D: Scene3D type provides description of the 3D scene being visualized.
-
Surface3D: Describes the usage of the 3D surface graph.
-
Surface3DSeries: Represents a data series in a 3D surface graph.
-
SurfaceDataProxy: The data proxy for a 3D surface graph.
-
Theme3D: A visual style for graphs.
-
ThemeColor: Defines the color in a Theme3D.
-
TouchInputHandler3D: Basic touch display based input handler.
-
ValueAxis3D: Manipulates an axis of a graph.
-
ValueAxis3DFormatter: A base type for value axis formatters.