QCategory3DAxis#
The QCategory3DAxis
class manipulates an axis of a graph. More…
Synopsis#
Properties#
labels
- For the axis applied to categories
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
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.
- class PySide6.QtDataVisualization.QCategory3DAxis([parent=None])#
- Parameters:
parent –
PySide6.QtCore.QObject
Constructs a category 3D axis with the parent parent
.
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtDataVisualization.QCategory3DAxis.labels: list of strings#
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: