RadzenBarSeries question

Good morning,
is there a way to separate the "group" of series on a chart with a line, a separator or simply spacing them a bit more, to make the series more distinguishable each other?
Here below an example of what i mean

Hi @diego.gazzo,

You can set the Margin between groups like this:

<RadzenChart>
     <RadzenBarOptions Radius="5" Height="20" Margin="50" />
</RadzenChart>
1 Like