Hello,
would like to know how to move x axis from bottom to top.
Also is there a way to reduce the bar height ?
Hello,
would like to know how to move x axis from bottom to top.
Also is there a way to reduce the bar height ?
Hi @Peter_Dias,
Moving the X axis isn't supported. It is always below the series.
You can check this demo which shows how to use custom bar sizes: Blazor Bar Chart Component | Free UI Components by Radzen (the custom size bar series one). It is mostly comes down to this:
<RadzenBarOptions Radius="5" Height="20" />
Thanks for the quick reply Mr. Korchev.
with your help i managed to adjust the bar heights.
Just one issue i saw wen i hide the axis, chart seems to keep gaps on the left, top and bottom.
Any possibility to remove these gaps?
You can use RadzenSparlkline instead if you don't want both axes.