Ramco Ramco

Ramco Ramco

  • 426
  • 3.5k
  • 569.8k

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

Nov 21 2022 6:34 AM

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)