Do custom labels work on circular gauge?

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
mts
Newbie
Newbie
Posts: 18
Joined: Fri Apr 29, 2011 12:00 am

Do custom labels work on circular gauge?

Post by mts » Tue Jun 05, 2012 8:41 pm

I'm trying this with a gauge series and getting no results:

gaugeSeries.getAxis().getCustomLabels().add(10.0,"10 percent");

My gauge is very simple circular gauge that has a min of 0 and a max of 100. No mater what I do it always paints the standard labels at whatever increment I set the axis to. Setting axis to automatic or not seems to make no difference.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Do custom labels work on circular gauge?

Post by Yeray » Wed Jun 06, 2012 8:17 am

Hi Mike,

The Gauge series are particular series. I'm afraid they don't support custom labels at this moment. I've added it to the wish list (TJ71016210).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply