Qt Graphs 2D QML Types

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

QML Types

AbstractAxis

A base type used for specialized axis types

AbstractBarSeries

An abstract parent type for all bar series types

AbstractSeries

Base type for all Qt Chart series types

BarCategoryAxis

Adds categories to a chart's axes

BarSeries

Presents a series of data as vertical bars grouped by category

BarSet

Represents one set of bars in a bar chart

LineSeries

Presents data in line charts

ScatterSeries

Type presents data in scatter charts

ValueAxis

Adds values to a chart's axes

XYPoint

Initializes XY-series coordinate data