Do custom labels work on circular gauge?
Posted: 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.
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.