V2010 - Gauges with less ticks ?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

V2010 - Gauges with less ticks ?

Post by moelski » Wed May 05, 2010 12:25 pm

Hi !

Actually we think about to buy the V2010 update. I tried the demo and watched the new gauges. They look really nice and have a lot of options.
But i miss one feature. If you set the Maximum to 1000 and the minimum to 0 you will get the result like in the picture.

How can I reduce the number of Ticks and minor Ticks?

Greetz Dominik
Attachments
Axis.png
Axis.png (66.38 KiB) Viewed 5206 times

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

Re: V2010 - Gauges with less ticks ?

Post by Narcís » Thu May 06, 2010 8:42 am

Hi Dominik,

Setting axis increment should solve that, for example:

Code: Select all

  Series1.Axis.Increment:=50;
This should be in the editor too so I have added it to the wish-list (TV52014853) to be considered for inclusion in future releases.
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