Background color when trying to save or copy chart
Posted: Tue May 25, 2004 9:25 am
There are two problems with background color.
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
background color is always black for all formats. And when I'm trying to copy it
background color is always blue.
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.
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.