Hi,
Is there a way to make the margins before/after the actual chart narrower? I have not found any property that affects it. On small screens, this unused space becomes unproportional.
Thanks for any help!
Hi,
Is there a way to make the margins before/after the actual chart narrower? I have not found any property that affects it. On small screens, this unused space becomes unproportional.
Thanks for any help!
Hi @PT_R,
Try setting the Padding attribute of RadzenCategoryAxis (you can use negative values):
<RadzenCategoryAxis Padding="-60" />
Hi Korchev,
Excellent, thank so much for quick support, it worked perfectly with the negative Padding on RadzenCategoryAxis!