Questions tagged [androidplot]

An Android API for creating dynamic and static charts.

352 questions
0
votes
1 answer

Androidplot line not showing

I followed the Quickstart tutorial and used new LineAndPointFormatter(Color.BLACK, Color.RED, Color.TRANSPARENT) to draw my lines. The red vertices show up on my Android tablet but the black lines don't. What could be the issue? I use the latest…
user1406126
  • 115
  • 4
  • 9
0
votes
2 answers

Androidplot legend overlapping

What can I do to fix the legend overlapping in androidplot? Can I manipulate the legend placement?
Arian
  • 3,183
  • 5
  • 30
  • 58
-1
votes
1 answer

AndroidPlot and scrollable charts

I am using AndroidPlot and am having a problem with the chart. As my data grows, I would like the chart for older data to move beyond the screen area. Users can use scroll for viewing chart for older data. Can someone help me in achieving this?
user1021026
-1
votes
1 answer

Make real time multi line graph with androidplot

I would like to know if it's possible to make a real time multiple line graph using androidplot, like this but with 2 lines.And if so if could provide how to do it. Thanks
-1
votes
1 answer

Android: Display data captured using AudioRecord in form a dynamic chart using android plot

I am recording audio in WAV format using AudioRecord. How to plot the received data while recording in form of a realtime graph using android plot.
-1
votes
1 answer

how to take screen shots of graph plotted using androidplot in android?

i am trying to take screenshots of graph plotted using Androidplots in android. how can i take screenshots of those graph potted using Androidplot programmatic?
Babith
  • 5
  • 11
-3
votes
1 answer

What is the recommended method to create a speed meter graph in Android?

I'd like to create a chart similar to this I'm considering using Android's 2-D graphics API with the classes android.graphics.Canvas and android.graphics.Paint for doing that, using Canvas's method drawLine() to draw the segments on the…
matdev
  • 4,115
  • 6
  • 35
  • 56
1 2 3
23
24