Didn't find anything about this... Is it possible under the chart1.Name/Legend Name to add Sub-text each a own Line?
string seriesName1 = "Newbie";
Series ser1 = chart1.Series.Add(seriesName1);
ser1.ChartArea = chart1.ChartAreas[0].Name;
ser1.Name = seriesName1;
// ser1.Legend = "Test";
// chart1.Titles = "Test";
// chart1.Titles = "Test";
// chart1.Titles = "Test";
and the Legend is owerritting the Name..
I want to add these 3 programmly added Test Titles (picture) under the Seriesname... I miss something i think. Some code tipps how i can solve this Welcome:*