Ramco Ramco

Ramco Ramco

  • 440
  • 3.4k
  • 516k

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)