Setting TEEChart WPF Background
Posted: Tue May 20, 2008 4:00 pm
How do you set the chart background color in TeeChart WPF (I'm currently using the beta).
I thought that the following would work, but the entire rectangle is black, as if there was an overlay covering the entire chart area.
Thanks, Mike
I thought that the following would work, but the entire rectangle is black, as if there was an overlay covering the entire chart area.
Code: Select all
Steema.TeeChart.WPF.TChart chart = new Steema.TeeChart.WPF.TChart();
chart.Background = Brushes.Black;