Tips and Frequently Asked Questions

 Showing values in bars


You can accomplish this by using the following code (based on a default TAdvChartView)

procedure TForm1.DoGetBarValueText(Sender: TObject; Serie, PointIndex: integer;
  AFont: TFont; var BarText: String; var Alignment: TAlignment);
begin
  BarText := floattostr(AdvChartView1.Panes[0].Series[Serie].Points[PointIndex].SingleValue);
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
  AdvChartView1.BeginUpdate;
  AdvChartView1.InitSample;
  AdvChartView1.Panes[0].Series.Delete(0);
  AdvChartView1.Panes[0].Series.Delete(0);
  AdvChartView1.Panes[0].Series[0].ChartType := ctbar;
  AdvChartView1.Panes[0].Series[0].OnGetBarValueText := DoGetBarValueText;
  AdvChartView1.EndUpdate;
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 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