Hi all,
I have a PowerPoint with various charts, using it as template.
I can successfully replace data from a Line Chart. Now I need to do the same with a Waterfall Chart.
I know that currently this type of chart is not supported: I've tried to cast the IShape object as IChart but an InvalidCastException was thrown.
So, can I extend IChart for trying to access to 'chart.Categories' and 'chart.Series'? Is there any way to do this?
Thank you