C# : MS Chart : SeriesCollection -> InvalidCastException?
- by HeinrichStack
What is the correct way to get the Series of a char in PPT 2010.
I tried
PowerPoint.SeriesCollection mySeriesCollection = (PowerPoint.SeriesCollection)
myChart.SeriesCollection(1);
throws the following exception
Exception Type: System.InvalidCastException
Further, What is the…