Radzen Column Series: `Value Axis` should start From zero

Hello

How can I make Value Axis start from zero instead of the minimum value present in my data set?

image

In the above graph, the lowest value on the Value Axis is 1 but it should be zero instead.

Waiting for suggestions.

Best Wishes
S

Hi @Saad_Saeed,

You can use the Min property of the RadzenValueAxis element.

<RadzenValueAxis Min="0" />
2 Likes

Hey @korchev thanks a lot!