I made a dynamical graph. It starts with 1 value on x-axis and and will have 30+ values by the end if i set the x-axis interval=1 It getting messy on x-axis label. And when i change interval programmatically it look good but I also have zoom functionality. When I zoom in I won’t be able to see the other tick value like (1,2,3,4,…) instead of (1,4,7,10…). Is there a solution that can solve my problem.