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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -