Using RedzenChart with column series and want to hide the title coming in left by default.
You should try hiding the category axis by setting its Visible attribute to false.
<RadzenCategoryAxis Visible="false" />
Hi Korchev.
I have the same issue, but your suggestion doesn't work for me. Can you put it into a context / give us an example starting from:
<RadzenChart ...>
Thanks.