I'm trying to create the attached bar chart in VB .Net using WebChart. The Y axis labels and the number values are in a data table used for the datasource. I would like to loop through the data and create the bar chart without hardcoding the labels. Does anyone have a simple code example for this? Thanks.
I finally got the bar chart to work. The series labels are on the Y axis, displayed vertically, and I can't get them to rotate to horizontal. I've tried using the orientation property but it doesn't change anything. Is it because there isn't enough space for them to display horizontally? Anybody?