I'm using RadHTMLChart for the first time. My application has six or eight data series to display. I'm feeding from a SQL database using linq.
Do I need to set up a separate series for each of these or can the RadHTMLChart control auto create series based on a field I give it?
If I have to manually create a series for each, does anyone have an example on how to do this in code behind? The number of series varies according to the data so I can't do this at design time.
Bernie