Tips and Frequently Asked Questions

Saving and restoring TAdvChartView settings
All properties of the TAdvChartView can be saved to a .Chart file. If you close the application and load the .Chart file, all settings will be restored. Here is an example of saving / reloading settings in code.
Save settings:
procedure TForm1.SaveToFile1Click(Sender: TObject);
begin
if SaveDialog1.Execute then
begin
AdvChartView1.SaveToFile(SaveDialog1.FileName);
ShowMessage('Settings Saved');
end;
end;procedure TForm1.LoadSettings1Click(Sender: TObject);
begin
if OpenDialog1.Execute then
begin
AdvChartView1.LoadFromFile(OpenDialog1.FileName);
ShowMessage('Settings Loaded');
end;
end;
Pricing
Single Developer License
Small Team License
Site License
TMS VCL Chart
€ 125
€
70
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
MOST POPULAR
TMS VCL Subscription
€ 895
€
450
for a 2 year renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS VCL Chart
check
All TMS VCL products
more_horiz
Discover more
BEST VALUE
TMS ALL-ACCESS
€ 1,795
€
595
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS VCL Chart
check
All TMS VCL products
check
All TMS products
more_horiz
Discover more
All prices excl. VAT. Renewal price is subject to change and only valid up to 30 days after license has expired. After renewal period a discount price is offered to renew the license.