G
Guest
Hi,
I’m working with C# in VS 2003 and using Office object library 11.
I need to set programmatically the background of a chart in PP to be
transparent,
meaning the chart will have the same color as the slide back color.
How do I do that?
I tried -
oChart.PlotArea.Interior.ColorIndex =
Microsoft.Office.Interop.Graph.XlColorIndex.xlColorIndexNone
but it doesn’t work.
I also tried -
oChart.PlotArea.Interior.Color = ppSlide.Background.Fill.BackColor.RGB;
but it fails as well.
I’m working with C# in VS 2003 and using Office object library 11.
I need to set programmatically the background of a chart in PP to be
transparent,
meaning the chart will have the same color as the slide back color.
How do I do that?
I tried -
oChart.PlotArea.Interior.ColorIndex =
Microsoft.Office.Interop.Graph.XlColorIndex.xlColorIndexNone
but it doesn’t work.
I also tried -
oChart.PlotArea.Interior.Color = ppSlide.Background.Fill.BackColor.RGB;
but it fails as well.