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
Ramco RamcoPosted Nov 21, 2022, 7:46 AM
Hi
It is giving error - The type or namespace name Forms does not exists in the namespace System.windows
Thanks
Vishal JoshiPosted Nov 21, 2022, 7:37 AM
Hello,
Try to add references as mentioned below in your code header file.