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
200
UltraChartData Example
posted

using VS 2017 WinForm Desktop application for vb. I pulled an example of the chart that I am having a hard time implementing.

I am getting an error on the following:

Me.ultraChart1.Data.DataSource = Config.ChartDataSet.BarColumnData
Me.ultraChart1.Data.DataBind()
Me.ultraChart1.BackgroundImage = System.Drawing.Image.FromFile(Config.ImagePath + "/chart_gray_bg.jpg")

Where "Data" is not a member of ultrachart1.

Any help would be helpful

Thanks,

Parents
No Data
Reply
  • 6120
    Offline posted

    Hello Colin,

    Please clarify which chart control you are using? Is it DataChart or UltraChart? Also if you are using any of our existing samples then specify which sample you are referring to. If you are getting this error at compile time then please verify if it’s also complaining about any missing references.

    I will further look into this issue as soon as I hear back from you.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Children
No Data