Qt Graphs QML Types for 2D¶
QML types for the Qt Graphs for 2D API.
The Qt Graphs for 2D functionality can be accessed via these QML types.
QML Types¶
The GraphAnimation type is the base type for all animations for 2D Qt Graphs series.
An animation type which signifies the animation for points.
A container in which all animations are defined.
An animation type which signifies the animation for spline control points.
An animation type which signifies the animation for points.
Presents data in area graphs.
Adds categories to a graph’s axes.
Adds DateTime items to a graph’s axis.
A base type used for specialized axis types.
Adds values to a graph’s axes.
Model mapper for bar series.
Presents data in bar graphs.
Represents one set of bars in a bar graph.
Presents data in line graphs.
Model mapper for pie series.
Presents data in pie graphs.
Represents a single slice in a pie series.
Base type for all Qt Graph series types.
Base type for all Qt Graphs views.
The ScatterSeries type presents data in scatter graphs.
SplineSeries presents data in spline graphs.
A model mapper for XYSeries.
Initializes XY-series coordinate data.
A parent type for all x & y series types.