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

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

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.