Click here to Skip to main content
15,913,225 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How user can change color and type of ChartSeries of Telerik component in Run mode ?
Hi
I put all types of ChartSeriesType in a combobox. How user can change it’s type(Bar, Line, …)?
Bellow line has error:
chartSerie1.Type = Telerik.Charting.ChartSeriesType + "." + my_ChartSeriesType.SelectedValue.ToString();

how can change color of every series?

Thanks very much
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900