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