android - How to hide lines on LineChart? -


is there way hide lines on plot? tried:

renderer.setlinewidth(0f); 

and

renderer.setpointstrokewidth(0f); 

but no luck.

i'm using achartengine-1.1.0 [link]

just used scatter plot..

changed from:

    graphicalview chartview = chartfactory.getlinechartview(context, dataset, mrenderer); 

to

        graphicalview chartview = chartfactory.getscatterchartview(context, dataset, mrenderer); 

facepalm


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -