I'm looking for a simple way (if exist) for temporary hiding (and then show it again) of Theechart BackImage.
Something like:
Chart1.Backimage.Visible := false; // then true
I know how to change the back image by code from a stream or file, such as:
Chart1.BackImage.LoadFromFile(<An image file name>);
But wonder if there is a simple way to do it.