Hi,
I need to create radchartseries at runtime. For this I have an array of Series names like {Client 1, Client 2, Client 3}, an array of XAxis labels like {month 1, month 2} and I have the chart points for each pair like (Client 1,month 1) = 300; (Client 1,month 2) = 500; (Client 2,month 1) = 560, (Client 2,month 2) = 900...etc.
I need also to set X labels (in this case, month 1,month 2, etc.).
How can I do this?
Thanks.