Qt Graphs C++ Classes for 2D

The Qt Graphs for 2D functionality can be accessed via these C++ classes.

QAbstractAxis

Base class used for specialized axis classes

QAbstractBarSeries

Abstract parent class for all bar series classes

QAbstractSeries

Base class for all Qt Graphs for 2D series

QBarCategoryAxis

Adds categories to a graph's axes

QBarSeries

Presents a series of data as vertical bars grouped by category

QBarSet

Represents one set of bars in a bar graph

QGraphTheme

Handles theming of the graph

QLineSeries

Presents data in line graphs

QScatterSeries

Presents data in scatter graphs

QSeriesTheme

Handles theming of series

QValueAxis

Adds values to a graph's axes

QXYSeries

Parent class for all x & y series classes

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