TCicularGauge AxisLabels

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nsb
Newbie
Newbie
Posts: 1
Joined: Wed Oct 22, 2008 12:00 am

TCicularGauge AxisLabels

Post by nsb » Thu Dec 04, 2008 10:26 am

Hi,

I use the TCicularGauge as an RPM meter

But I have a probelem with the number of Axis Labels.

It seems that it works best in the range from 0..100

Whereas something like 0..7000, introduces alot of label.

Can I reduce the number of label, or better - set a fixed number of labels?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Dec 10, 2008 10:55 am

Hi nsb,

You can set an increment for axis labels:

Code: Select all

  Series1.GetHorizAxis.Increment := 1000;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply