Obsolete Members for DateTimeAxis

The following members of QML type DateTimeAxis are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Signals

Property Documentation

tickInterval : real [deprecated in 6.12]

This property is deprecated since QtGraphs 6.12. We strongly advise against using it in new code.

The amount of major ticks are placed on an axis. If value is 0 or lower, axis will automatically calculate appropriate amount of ticks. The default value is 0. use tickCount instead.


Signal Documentation

[deprecated in 6.12] tickIntervalChanged(real tickInterval)

This signal is deprecated since QtGraphs 6.12. We strongly advise against using it in new code.

This signal is emitted when the tick interval value, specified by tickInterval, changes. use tickCountChanged instead.

Note: The corresponding handler is onTickIntervalChanged.


© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.