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

AbstractBarSeries

An abstract parent type for all bar series types

AbstractSeries

Base type for all Qt Graph series types

BarCategoryAxis

Adds categories to a graph's axes

BarSeries

Presents a series of data as vertical bars grouped by category

BarSet

Represents one set of bars in a bar graph

GraphTheme

Handles theming of the graph

GraphsView

Base type for all Qt Graphs views

LineSeries

Presents data in line graphs

ScatterSeries

Type presents data in scatter graphs

SeriesTheme

Handles theming of series

ValueAxis

Adds values to a graph's axes

XYPoint

Initializes XY-series coordinate data

XYSeries

A parent type for all x & y series types