Currently the datasource columns which have space in their name cannot be passed to a databound RadHtmlChart. Add the ability to handle the spaces in the names of these columns.
You can find details in the http://www.telerik.com/help/aspnet-ajax/htmlchart-troubleshooting-common-issues.html#data-source-field-name-special-chars help article
hi , I have binding series name with apostrophe It shows error like (Microsoft JScript runtime error: Expected '}' ). I just Escaping single quote in series name with ( Ex . series.Name = dtChart.Columns[col].ColumnName.Replace("'","\\'");) But it still shows error .Pleae tell me how to overcome this issue and explain me how to handle the special character in the series name While binding . I attached my sample application kindly get it and tell me the solution asap . thanks , Jegan.