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

QAbstractSeries

Base class for all Qt Graphs for 2D series

QAreaSeries

Presents data in area graphs

QBarCategoryAxis

Adds categories to a graph's axes

QBarSeries

Presents data in bar graphs

QBarSet

Represents one set of bars in a bar graph

QGraphTheme

Handles theming of the graph

QLegendData

Struct contains information to display on a sets legend marker

QLineSeries

Presents data in line graphs

QPieSeries

Presents data in pie graphs

QPieSlice

Represents a single slice in a pie series

QScatterSeries

Presents data in scatter graphs

QSeriesTheme

Handles theming of series

QSplineSeries

Presents data in spline graphs

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.