QValue3DAxisFormatter Class
The QValue3DAxisFormatter class is a base class for value axis formatters. More...
| Header: | #include <QValue3DAxisFormatter> |
| qmake: | QT += datavisualization |
| Since: | QtDataVisualization 1.1 |
| Instantiated By: | ValueAxis3DFormatter |
| Inherits: | QObject |
| Inherited By: |
This class was introduced in QtDataVisualization 1.1.
Detailed Description
This class provides formatting rules for a linear value 3D axis. Subclass it if you want to implement custom value axes.
The base class has no public API beyond constructors and destructors. It is meant to be only used internally. However, subclasses may implement public properties as needed.
See also QValue3DAxis and QLogValue3DAxisFormatter.