How to hide title for RadzenColumnSeries in chart

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" />