2
Answers

Error - The type or namespace "SeriesChartType" could not be found"

Ramco Ramco

Ramco Ramco

2y
395
1

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

Answers (2)