This question is locked. New answers and comments are not allowed.
Hi,
Please, Could you tell me how I can add series dynamically?
I wait for your comments, thanks.
Please, Could you tell me how I can add series dynamically?
<%= Html.Telerik().Chart(Model) .Name("chart") .Series(series => { series.Bar(s => s.RepSales).Name("Representative Sales"); }) .CategoryAxis(axis => axis .Categories(s => s.DateString) ) %>I wait for your comments, thanks.