I need ASP.NET VB code behind samples for using UltraChart. How do I attach a data source to the control?
There is VB and C# sample code in our documentation.
Take a look at the data section of the UltraChart Documentation:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Data.html
More specifically you can take a look at this subsection which shows how to bind the chart to different sources when not using Series objects (probably what you are looking for):
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Data_Sources_Non_Series_Binding.html
If your interested in Series binding, this is the subsection for that:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Series_Collection.html