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

© 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.