Try setting the Min property of the RadzenValueAxis element.
<RadzenValueAxis Min="1" />
Right now the calculated min value is the same as the min value in the series.
it worked! thanks @Korchev
Try setting the Min property of the RadzenValueAxis element.
<RadzenValueAxis Min="1" />
Right now the calculated min value is the same as the min value in the series.
it worked! thanks @Korchev