Tips and Frequently Asked Questions

 Printing


The support for printing in TAdvChartView is on level of panes. The chart can print a single pane or can print all panes at once. As the print function just sends the chart to a destination Canvas, the print function can be used to send the chart to a printer device but it can be used to send the output also to a memory bitmap canvas:

Print on a printer

if PrinterSetupDialog1.Execute then 
begin 
  with printer do 
  begin 
    BeginDoc; 

    //The rectangle to print the AdvChartView. 
    r := Rect(0, 0, printer.PageWidth, printer.PageHeight); 

    AdvChartView.PrintAllPanes(Printer.Canvas, r); 
    //OR print a single pane. 
    AdvChartView.PrintPane(0, Printer.Canvas, r); 

    EndDoc; 
  end; 
end;
Use the print function to save to a bitmap

if SavePictureDialog1.Execute then 
begin 
  //for example the size of the picture has been set to a 1280 x 1024 
  //resolution. 
  AdvChartView1.SaveAllPanesToBitmap(SavePictureDialog1.FileName ,1280, 1024); 
end;
Result in PDF file (Landscape):



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 Component Studio


€ 575

285 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
more_horiz  Discover more
BEST VALUE

TMS ALL-ACCESS


€ 1,795

575 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.

TMS ALL-ACCESS

key
Get unlimited access to all TMS products
local_offer
One money and time saving bundle

Free Trial

Start a free TMS VCL Chart evaluation today!
RAD Studio

What our customers say

Finally, a chart control that hits the sweet spot! As a product, AdvChart has the right approach. It's still very simple to use, the price is perfect, the code is included and easy to modify to taste and things that would be hard to add later or by the user are already taken into account like multiple panes.

- Orlando Diaz

I have tried your new "TAdvGDIPChartView : GDI+ enabled multi-pane chart component" demo and I am extremely impressed. I develop applications using Borland Delphi 5 and for years now, the obvious choice for charting components has been TeeChart. Well not any more !!! I often find that charting components can be a bit clumsy and awkward to use, but your charting components' properties are extremely well laid out and easy to use. Also, when looking at the GDI plus demo, the quality of rendering and anti-aliasing is world-class. Other charting components out there advertise lovely, glossy and shiny charts on their web site, but when you run their demos it's a very different story indeed. They are often poorly rendered and produce dodgy anti-aliased drawings, they are over-priced, etc... So all in all, you certainly have the best charting component that I have ever came across - on the first release and for such a great price ! I was currently looking for a new charting component - well not any more ! I will be recommending that the company that I work for purchases your new charting component.

- Dave Scott

Another great TMSSoftware component! And very excellent support and help by the TMS software team.

- Marco Boglione

Thanks for a truly excellent IW component set, I am genuinely impressed. ... TMS Advanced Charts are just stunning !

- Pete Barrett via email

After using Tee Chart Pro and RiverCharts for many years it took me sometime to work through the differences with TMS Charts but - now I have worked through the learning curve the TMS Charts certainly deliver. Thanks for yet another great set of components.

- David Case

TMS WEB Core

language
Create modern web apps in Delphi & VSC
build_circle
Use Object Pascal code to build JavaScript apps