For example if I use the theme BackInBlackTheme
Code: Select all
Steema.TeeChart.TChart T = new Steema.TeeChart.TChart();
Steema.TeeChart.Themes.BlackIsBackTheme CurrentTheme;
CurrentTheme = new Steema.TeeChart.Themes.BlackIsBackTheme(T.Chart);
CurrentTheme.Apply();
However, i would like to print this chart using a transparent (or white) background so that the printout is more readable on a regular Black & White printer.
I tried changing the Theme of the chart before printing. But then i have to reset the Theme to the original after printing.
I wonder if there is a way to just hide the chart background in the trend when printing out.