Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am used QML spline series. I set X axis min as 0 and max as 24. I need to set interval as 1. Is it possible to set the interval in X axis.
Thanks In advance
I need display XAxis value as 0,1,2,3,4,5,6 .... 24
Is we able to set like this.
@dhu0504
ValueAxis { id: xAxis min: 0 max: 24 tickCount: 25 }
and assign axisX: xAxis in splineSeries
axisX: xAxis