Theme

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PurL
Newbie
Newbie
Posts: 4
Joined: Wed Dec 24, 2008 12:00 am

Theme

Post by PurL » Tue Sep 22, 2009 12:32 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Theme

Post by Yeray » Tue Sep 22, 2009 1:32 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

PurL
Newbie
Newbie
Posts: 4
Joined: Wed Dec 24, 2008 12:00 am

Re: Theme

Post by PurL » Tue Sep 22, 2009 2:14 pm

Thanks

Post Reply