I need to dynamically add series to an MSCHART ChartArea. I retrieve column names from a datatable. The series name needs to be the column name. I can build the SERIES ADD in a string, but then what?
Series Trigger_Level = chart1.Series.Add("Trigger Level");
Developing in C#
Please advise Bill