Akamecyan
Lurker
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), true, 40);
series.appendData(new DataPoint(xLastVlue, Voltage), true, 40);
Thanks you alot.
the following commands i tryed.
Double Voltage = cursor.getDouble( cursor.getColumnIndex("Voltage") );
series.appendData(new DataPoint(xLastVlue, Voltage * 10d), true, 40);
series.appendData(new DataPoint(xLastVlue, Voltage), true, 40);
Thanks you alot.