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

qml-qtgraphs-graphanimation.html

The GraphAnimation type is the base type for all animations for 2D Qt Graphs series.

qml-qtgraphs-graphpointanimation.html

An animation type which signifies the animation for points.

qml-qtgraphs-graphtransition.html

A container in which all animations are defined.

qml-qtgraphs-splinecontrolanimation.html

An animation type which signifies the animation for spline control points.

qml-qtgraphs-xyseriesanimation.html

An animation type which signifies the animation for points.

qml-qtgraphs-areaseries.html

Presents data in area graphs.

qml-qtgraphs-barcategoryaxis.html

Adds categories to a graph’s axes.

qml-qtgraphs-datetimeaxis.html

Adds DateTime items to a graph’s axis.

qml-qtgraphs-abstractaxis.html

A base type used for specialized axis types.

qml-qtgraphs-valueaxis.html

Adds values to a graph’s axes.

qml-qtgraphs-barmodelmapper.html

Model mapper for bar series.

qml-qtgraphs-barseries.html

Presents data in bar graphs.

qml-qtgraphs-barset.html

Represents one set of bars in a bar graph.

qml-qtgraphs-lineseries.html

Presents data in line graphs.

qml-qtgraphs-piemodelmapper.html

Model mapper for pie series.

qml-qtgraphs-pieseries.html

Presents data in pie graphs.

qml-qtgraphs-pieslice.html

Represents a single slice in a pie series.

qml-qtgraphs-abstractseries.html

Base type for all Qt Graph series types.

qml-qtgraphs-graphsview.html

Base type for all Qt Graphs views.

qml-qtgraphs-scatterseries.html

The ScatterSeries type presents data in scatter graphs.

qml-qtgraphs-splineseries.html

SplineSeries presents data in spline graphs.

qml-qtgraphs-xymodelmapper.html

A model mapper for XYSeries.

qml-qtgraphs-xypoint.html

Initializes XY-series coordinate data.

qml-qtgraphs-xyseries.html

A parent type for all x & y series types.