Hi
On below code i am getting above error - The type or namespace "SeriesChartType" could not be found"
Chart1.DataSource = objResult; Chart1.Series[0].ChartType = (SeriesChartType)int.Parse(rblChartType.SelectedItem.Value);
Thanks