Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Simple Bar Chart Code Example
posted

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.

Parents
No Data
Reply
  • 290
    posted

    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?

Children
No Data