PySide6.QtGraphs.QCategory3DAxis¶
- class QCategory3DAxis¶
- The - QCategory3DAxisclass manipulates an axis of a graph. More…- Synopsis¶- Properties¶- labelsᅟ- For the axis applied to categories
 - Methods¶- def - __init__()
 - Signals¶- 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¶- QCategory3DAxisprovides 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. - Note - Properties can be used directly when - from __feature__ import true_propertyis used or via accessor functions otherwise.- property 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: - Constructs a category 3D axis with the parent - parent.- columnLabelsChanged()¶
 - rowLabelsChanged()¶