Page 1 of 1

Theme

Posted: Tue Sep 22, 2009 12:32 pm
by 10051219
Hello,

When a TChart component is customize with the runtime editor, is it possible to :

-Save the configuration (=theme ?) in a file ? how ?
-Load this file to apply this configuration for other chart ?
-Add this configuration to the existing theme list ? how ?

Thanks,

PurL

Re: Theme

Posted: Tue Sep 22, 2009 1:32 pm
by yeray
Hi PurL,

In the NET version it is possible to save the current theme to an xml file to load it later and even to see it in the themes list. There is an example in the NET demos: All Features !\Welcome !\Themes\Custom Themes

I've added to the wish list the possibility to do the same in vcl (TV52014434).

In the meanwhile, you can use tee files to save your chart properties. Take a look at the VCL demo at All features\Welcome !\Exporting\Native binary format\Templates and at the Tutorial 12 - Exporting and Importing Charts, the Tee files section.

Re: Theme

Posted: Tue Sep 22, 2009 2:14 pm
by 10051219
Thanks