Hi
I have below data . How to create Bar Chart
| Month | Average days |
| Jan-22 | 15 |
| Feb-22 | 60 |
| Mar-22 | 3 |
| Apr-22 | 19 |
| May-22 | 8 |
| Jun-22 | 17 |
| Jul-22 | 12 |
Thanks
Hi
I have below data . How to create Bar Chart
| Month | Average days |
| Jan-22 | 15 |
| Feb-22 | 60 |
| Mar-22 | 3 |
| Apr-22 | 19 |
| May-22 | 8 |
| Jun-22 | 17 |
| Jul-22 | 12 |
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Nov 21, 2022, 4:23 PM
chk out this
https://www.c-sharpcorner.com/UploadFile/0c1bb2/bar-and-stackedbar-charts-in-Asp-Net/
Brahma Prakash ShuklaPosted Nov 21, 2022, 3:25 PM
Follow this link -
https://www.c-sharpcorner.com/article/highcharts-bar-charts/
Pankajkumar PatelPosted Nov 21, 2022, 12:47 PM
Hi Ramco Ramco,
Chart.js is an open-source data visualization library. Using it you can easily create effective charts as like following steps:
Full example
For more details:
Hope, this will help you!
Jignesh KumarPosted Nov 20, 2022, 2:03 PM
Hello Ramco,
Please refer this link which will help you,
.Net
https://www.c-sharpcorner.com/UploadFile/0c1bb2/bar-and-stackedbar-charts-in-Asp-Net/
https://www.aspsnippets.com/Articles/Draw-Bar-Column-charts-in-ASPNet-using-C-and-VBNet.aspx
MVC
https://www.c-sharpcorner.com/article/asp-net-mvc5-generate-bar-chart-using-javascript-c3-chart-library-and-entity-f/
https://www.aspsnippets.com/Articles/Create-Charts-Bar-Charts-from-Database-using-Charts-Helper-in-ASPNet-MVC.aspx