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