Changes in Themes
Posted: Wed Apr 06, 2011 4:34 pm
HI,
I have noticed that the default color palette theme in TeeChart 2010 is "Opera", whereas in TeeChart 7 it was "Default".
This issue has is currently blocking us from upgrading to TeeChart2010.
Currently we are calling SetTheme after the constructor, but before LoadFromFile. It seems sometimes it overrides the default, and sometimes it doesnt.
axTChart1.SetTheme(TeeChart.EChartTheme.ctDefault, TeeChart.EColorPalette.cpTeeChart);
axTChart1.Import.LoadFromFile(this.openFileDialog1.FileName);
(I can provide example tee files if necessary - please send me an email address to respond to)
1. Please can you tell me the all the exact differences between the defaults of charts created in TeeChart 7 vs 2010.
2. How is it possible to convert the contents of a ".tee" to a user readable format so that I can see all the attributes easily?
3. There is a SetTheme method, but no GetTheme method. How can I do the equivalent of GetTheme?
Thanks.
I have noticed that the default color palette theme in TeeChart 2010 is "Opera", whereas in TeeChart 7 it was "Default".
This issue has is currently blocking us from upgrading to TeeChart2010.
Currently we are calling SetTheme after the constructor, but before LoadFromFile. It seems sometimes it overrides the default, and sometimes it doesnt.
axTChart1.SetTheme(TeeChart.EChartTheme.ctDefault, TeeChart.EColorPalette.cpTeeChart);
axTChart1.Import.LoadFromFile(this.openFileDialog1.FileName);
(I can provide example tee files if necessary - please send me an email address to respond to)
1. Please can you tell me the all the exact differences between the defaults of charts created in TeeChart 7 vs 2010.
2. How is it possible to convert the contents of a ".tee" to a user readable format so that I can see all the attributes easily?
3. There is a SetTheme method, but no GetTheme method. How can I do the equivalent of GetTheme?
Thanks.