Skip to main content

All Questions

Tagged with
0 votes
1 answer
176 views

I need to Update the x-axis value 1-8 in a chart library android

I have placed a chart library graph in my app, but the x-axis values are rounded off like 0,2,6,8 i want to show it as 1,2,3,4,5,6,7,8. LineChart.java import org.achartengine.ChartFactory; ...
Jayakarthik Ganesan's user avatar
1 vote
1 answer
214 views

achartengine: line chart with threshold

I use achartengine in my Android application and has been able to draw few line charts. Now I need to draw some kind of threshold line which basically an extra line in red that will run at certain Y ...
Pelangi's user avatar
  • 149
0 votes
1 answer
113 views

Achart Engine for Line Graph In Android

I Am creating Line graph with Blu color where Point also appears in blue color, what i need is to have line in one color and point in between line in another color, Thanks for any help.
user3509369's user avatar
1 vote
2 answers
118 views

Achartengine line graph issue

I am using achart library to display line graph in my android application. I want to customize lable like wrapint up the label text so as to it uses min width on the geapn. the label has to be chopped ...
monika's user avatar
  • 195
1 vote
1 answer
504 views

How to put crosshairs (vertical line) in line graph using achartengine in android

I am using achartengine graph library for line chart in android. Can some one advice me on putting crosshairs (A vertical line which moves on all data points when user touches on the graph) My ...
BK19's user avatar
  • 1,524
0 votes
2 answers
986 views

Maintaining Distance between two x-axis labels in achart engine Linegraph

I have been working on linegraph using achart engine for android. All things are OK, I am getting what I want but. I need to increase the distance between each x-axis labels. If there are 4 labels ...
atomaprchya's user avatar
1 vote
3 answers
3k views

How to plot real time line graph

I am creating sound meter app in android I want to show values in line graph on real time anyone please tell me how I can do it?
user3409263's user avatar
1 vote
3 answers
2k views

aChartEngine Line Graph setYAxisMax for add padding to graph

I'm tryng to add some padding in my graph by setting up min and max values to X and Y axis. my XYMultipleSeriesRenderer code is below: // custom render XYMultipleSeriesRenderer renderer =...
Tenaciousd93's user avatar
  • 3,468
3 votes
0 answers
104 views

achartengine - Chart line doesn't sit on the coloured region if a point goes above the visible region

I have made a simple Line graph with the lower region coloured. FillOutsideLine fill = new FillOutsideLine(FillOutsideLine.Type.BOUNDS_ALL); fill.setColor(getResources().getColor(R.color....
boyfromnorth's user avatar
  • 1,003
3 votes
3 answers
32k views

Error: eglSurfaceAttrib not implemented

I am trying to display a line graph using aChartEngine, however, the page is coming up blank and I am receiving the error "eglSurfaceAttrib not implemented" Code for Progress(display) page: <...
Ashley Keating's user avatar
1 vote
1 answer
925 views

how add date to TimeSeries in LineGraph achartengine

I use AchartEngine to create a LineGraph. I have the data from the database in the format: dd-mm-yyyy count for example: 01-05-2013 3 01-08-2013 7 01-11-2013 4 01-12-2013 15 ... code fragment ...
user2923999's user avatar
1 vote
1 answer
192 views

AChartEngine showing only half circle

This is how any maximum value is being displayed on the graph. How can i ensure that the full point is shown?
sheetal_158's user avatar
  • 7,791
2 votes
1 answer
2k views

Formatting achartengine line graph

I am using achartengine, to plot a line graph. I am trying to customize it to have Y axis lines which pass through the values, and show the values on top. Does any one have any idea, how can I achieve ...
Rezaul Hoque's user avatar
2 votes
1 answer
285 views

display recent plotted value on AChartEngine dynamic line graph

When I dynamically plot values I wish to display the recent plotted value on line graph (drawn with the help of AChartEngine library). In other words I wish to scroll my line graph along x-axis ...
vikram's user avatar
  • 83
2 votes
1 answer
740 views

Issues faced while drawing dynamic line graph using AChartEngine in Android

How to stop scrolling of AChartEngine dynamic line graph along the y-axis? When I dynamically plot values I wish to display the recent plotted value. How to do that? I wish to plot y- axis values in ...
vikram's user avatar
  • 83

15 30 50 per page