• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Akamecyan

    Android GraphView show double

    Hello guys, i trying to show in graph view double data in Y axis and when i put for example 4.65 in graph i see only 65 like integer. the following commands i tryed. Double Voltage = cursor.getDouble( cursor.getColumnIndex("Voltage") ); series.appendData(new DataPoint(xLastVlue, Voltage * 10d)...