I am using RadzenChart to display data with a quantity on the vertical axis and dates on the horizontal axis. The underlying data has an int Quantity and a DateTime ReportDate. All ReportDate values are the first of the month. I have formatted the labels on the horizontal axis as MMM yyyy which displays correctly as Mar 2025, etc. The problem is that when the time span covered is short but the chart is large, the horizontal axis will display several instances of the same month. For example, if the time period is Jan 2025 to Mar 2025, there will be several ticks labelled Jan 2025 on the horizontal axis. I know about the step property and that doesn't seem to fix this issue.
How can i get only one label / tick on the horizontal axis for each month value in the data regardless of how the chart scales?