Search found 16 matches

by Eliana
Thu May 15, 2014 10:37 am
Forum: Java
Topic: Android CircularGauge Logarithmic axis
Replies: 4
Views: 12611

Android CircularGauge Logarithmic axis

Hi, I’m using Teechart Java Android source code v3.2013.1219. I’m using the following code to set a logarithmic axis on the circular gauge but it still gives me a linear scale. circularGauge = new CircularGauge(chart.getChart()); circularGauge.setMinimum(0); circularGauge.setMaximum(512); circularGa...