Search found 2 matches

by autarch
Fri Oct 21, 2011 12:37 pm
Forum: .NET
Topic: Hide chart background when printing
Replies: 3
Views: 3571

Re: Hide chart background when printing

Thanks! The solution worked!

I only had to change one thing.

Code: Select all

tChart2.Chart=(Chart)tChart1.Chart.Clone();
Otherwise the theme would be applied to the chart which i was not printing as well.
by autarch
Tue Oct 18, 2011 12:32 pm
Forum: .NET
Topic: Hide chart background when printing
Replies: 3
Views: 3571

Hide chart background when printing

I am unable to hide the chart background when trying to print a chart with an applied theme. For example if I use the theme BackInBlackTheme Steema.TeeChart.TChart T = new Steema.TeeChart.TChart(); Steema.TeeChart.Themes.BlackIsBackTheme CurrentTheme; CurrentTheme = new Steema.TeeChart.Themes.BlackI...