Hi,
I had a requirement to set the colour of a chart to say Red. I have tried the following code but this sets the colour to Transparent for all the negetive values.
serColl.get_Item(seriesCount).setInvertIfNegative(true);
Attached is the file is the ouput pptx using the above code. Can I set the negative values that are now set as transparent to the colour say Red.
Thanks,
Gaurang.