I am using radchart and i want to create chartseries on runtime using for loop.
Suppose, i take a int i variable and assign 5 into i first time then chart series will be created 5.
I suppose you want to add ChartSeries dynamically. Please take a look into the following code snippet that I tried to add ChartSeries to the RadChart onclick of a button.