QCategory3DAxis#
The QCategory3DAxis
class manipulates an axis of a graph. More…
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
.