Series and template

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
stsl
Newbie
Newbie
Posts: 26
Joined: Mon Apr 19, 2004 4:00 am
Location: France

Series and template

Post by stsl » Thu Oct 06, 2005 7:34 am

Hello,

I woul'd like to have default configuration values when i create a new serie (template for series). I tried with templates and SaveChartToStream but it didn't work with serie's parameters.
How is it possible to do that ?

Regards

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Oct 06, 2005 8:00 am

Hi,

use the SaveChartToFile routine to save all published chart properties to a file and then use LoadChartFromFile method to load it at startup (after chart is created, of course).

Post Reply