c# - Dynamically adding series to an MSCHART area -


I need to add a series dynamically to an MSCHART chartia. I reclaim the column name with a dataset Name must be column name. I can add the series to a string, but then what?

Series Trigger_Level = Chart 1. Chain.ed ("trigger level");

Developing in C #

Please advise the bill

chart 1 Series ["Trigger Level"] Chartre = "Chart Aria 1";

chart 1.Series.Points.Add (myPoint1);

chart1.Series.Points.Add (myPoint2);

chart1.Series.Points. (MyPoint3);

chart1.Series.Points.Add (myPoint4);

...


Comments