Adjust the X axis values distance dynamically

Hello

I have a live chart where every second a new element is added to the chart series. The chart works generally fine. In My chart series the x axis values are showing just the series point numbers 1,2,3,4,5......
In this case when the amount of series element are above 20-25 it is not possible to read the x axis values because they are overlapping. I have tried to use to change Step and TickDistance parameters in the RadzenCategoryAxis, but didin't help.

In the ideal case I want to be able to define the step of the X axis vaues dynamically. I mean 1 to 20 --> 1, 20 to 50 --> 2, 50 to 100--> 5.

Q1) What is the related parameter that I have to adhust in RadzenCategoryAxis?
Q2) Can I define the parameter as a varible to achieve my goal?

Setting the Step is the recommended approach. You can also set it as a parameter I think.