The QCategory3DAxis class manipulates an axis of a graph. More...
Header: | #include <QCategory3DAxis> |
Since: | QtDataVisualization 1.0 |
Instantiated By: | CategoryAxis3D |
Inherits: | QAbstract3DAxis |
QCategory3DAxis(QObject *parent = nullptr) | |
virtual | ~QCategory3DAxis() |
QStringList | labels() const |
void | setLabels(const QStringList &labels) |
void | labelsChanged() |
QCategory3DAxis provides an axis that can be given labels. The axis is divided into equal-sized categories based on the data window size defined by setting the axis range.
Grid lines are drawn between categories, if visible. Labels are drawn to positions of categories if provided.
This property holds the labels for the axis applied to categories.
If there are fewer labels than categories, the remaining ones do not have a label. If category labels are not defined explicitly, labels are generated from the data row (or column) labels of the primary series of the graph.
Access functions:
QStringList | labels() const |
void | setLabels(const QStringList &labels) |
Notifier signal:
void | labelsChanged() |
Constructs a category 3D axis with the parent parent.
[virtual]
QCategory3DAxis::~QCategory3DAxis()
Destroys the category 3D axis.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qcategory3daxis.html