You can try enabling the grid lines of the category axis similar to what you have done for value axis:
<RadzenCategoryAxis >
<RadzenGridLines Visible="true" />
</RadzenCategoryAxis>
You can try enabling the grid lines of the category axis similar to what you have done for value axis:
<RadzenCategoryAxis >
<RadzenGridLines Visible="true" />
</RadzenCategoryAxis>