Hello
How can I make Value Axis
start from zero instead of the minimum value present in my data set?
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
Hello
How can I make Value Axis
start from zero instead of the minimum value present in my data set?
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" />
Hey @korchev thanks a lot!