Page 1 of 1

V2010 - Gauges with less ticks ?

Posted: Wed May 05, 2010 12:25 pm
by 10545590
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

Re: V2010 - Gauges with less ticks ?

Posted: Thu May 06, 2010 8:42 am
by narcis
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.