Stacked Column chart with a base other than zero #991

Closed
opened 2026-01-29 17:47:24 +00:00 by claunia · 1 comment
Owner

Originally created by @MG1376 on GitHub (Sep 23, 2023).

I have an application that I need its chart to be like this link from AccuWeather:

AccuWeather

I tried alot to designate a base for the chart using:

<RadzenValueAxis Min="@(weathers.Min(w => w.LowTemp))">

But the chart does not appear correctly. Is there a way in Radzen Blazor to do this?

Originally created by @MG1376 on GitHub (Sep 23, 2023). I have an application that I need its chart to be like this link from AccuWeather: [AccuWeather](https://www.accuweather.com/en/us/new-york/10021/january-weather/349727?year=2022) I tried alot to designate a base for the chart using: `<RadzenValueAxis Min="@(weathers.Min(w => w.LowTemp))">` But the chart does not appear correctly. Is there a way in Radzen Blazor to do this?
Author
Owner

@akorchev commented on GitHub (Sep 24, 2023):

This seems as a question that is better fitted for our forum.

@akorchev commented on GitHub (Sep 24, 2023): This seems as a question that is better fitted for our [forum](https://forum.radzen.com).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#991