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