Dynamically Adjusting tickCount for DateTimeAxis in QML: Is it Possible?
Unsolved
QML and Qt Quick
-
@jeremy_k my conclusion is that once you assign a value to tickCount either during the initial phase or if you don't assign it and DateTimeAxis uses the default, then if you try to modify it during program execution, it always keeps the value you initially assigned. It's a pity because if it could be modified at runtime, it would be possible to align the ticks with the points on the graph. As it stands, the ticks are always misaligned compared to the points.