Hi guys,
Robert's suggestion will surely work, but let me mention, that RadChart can deal with situations like this. You can create your own series and add it to the
Series collection of the chart. Then, when databinding the chart will not create a series for each column, but it will keep those you have created. There is a single requirement -- set the
DataYColumn property. Here is an example:
Alternatively, you can take advantage of RadChart's DataManager:
In the end, the result will be the same - a single series populated by the data in "MyDataColumn".
Sincerely,
Ves
the Telerik team