Qt Graphs QML Types for 2D

The Qt Graphs for 2D functionality can be accessed via these QML types.

QML Types

AbstractAxis

A base type used for specialized axis types

AbstractSeries

Base type for all Qt Graph series types

AreaSeries

Presents data in area graphs

BarCategoryAxis

Adds categories to a graph's axes

BarModelMapper

Model mapper for bar series

BarSeries

Presents data in bar graphs

BarSet

Represents one set of bars in a bar graph

DateTimeAxis

Adds DateTime items to a graph's axis

GraphsView

Base type for all Qt Graphs views

LineSeries

Presents data in line graphs

PieModelMapper

Model mapper for pie series

PieSeries

Presents data in pie graphs

PieSlice

Represents a single slice in a pie series

ScatterSeries

Type presents data in scatter graphs

SplineSeries

Presents data in spline graphs

ValueAxis

Adds values to a graph's axes

XYModelMapper

A model mapper for XYSeries

XYPoint

Initializes XY-series coordinate data

XYSeries

A parent type for all x & y series types