I want to know a chart's current themeclass,
how can get a Chart's TChartThemeclass?
Use in ApplyChartTheme(theme:TChartThemeclass; const chart:TCustomChart..);
How can get a TCustomChart's TChartThemeclass?
Re: How can get a TCustomChart's TChartThemeclass?
Hello,
A theme is basically a tee file with a particular format. ApplyChartTheme loads that tee file into a temporal chart and applies a number of properties from that temporal chart to your target chart. These properties are basically related with the aspect like the Palette, the font used for Labels, Marks and Titles, etc.
I'm afraid after applying these changes nothing about the theme used is stored. Imagine you change a font after loading a theme, if we store the name of the theme loaded we should remove that relation after changing any aspect property.
A theme is basically a tee file with a particular format. ApplyChartTheme loads that tee file into a temporal chart and applies a number of properties from that temporal chart to your target chart. These properties are basically related with the aspect like the Palette, the font used for Labels, Marks and Titles, etc.
I'm afraid after applying these changes nothing about the theme used is stored. Imagine you change a font after loading a theme, if we store the name of the theme loaded we should remove that relation after changing any aspect property.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How can get a TCustomChart's TChartThemeclass?
Thank you, it's too hard access to your website, sometime have to use VPN, CN's network is so DAMN!
Re: How can get a TCustomChart's TChartThemeclass?
Hello,
We'll see if there's anything we can do to improve the access from China.Jeff wrote:Thank you, it's too hard access to your website, sometime have to use VPN, CN's network is so DAMN!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How can get a TCustomChart's TChartThemeclass?
Hello,
Both www.steema.com and www.teechart.net seem to be ok from China according to this site.
Could you please add some more details on what exact problems do you find with our site?
Both www.steema.com and www.teechart.net seem to be ok from China according to this site.
Could you please add some more details on what exact problems do you find with our site?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |