Page 1 of 1

TCicularGauge AxisLabels

Posted: Thu Dec 04, 2008 10:26 am
by 10550644
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?

Posted: Wed Dec 10, 2008 10:55 am
by narcis
Hi nsb,

You can set an increment for axis labels:

Code: Select all

  Series1.GetHorizAxis.Increment := 1000;