1. When I set background color other than Transparent, it's always shown as black.
However transparent color is OK for me. But there's another problem.
2. When I'm trying to save chart
Code: Select all
_chart.Export.Image.GIF.Save(fileName);
Code: Select all
_chart.Export.Image.GIF.CopyToClipboard();
I've already tryed different formats. And I've got the same results when saving and copying chart in design mode.
Is this a bug or maybe something is wrong with my chart settings?
Version 1.1.1544.23908.
Thanks in advance.