I am adding real time data to an XY Plot. How can I remove the graph's dots/markers or make them invisible? I cannot find the according method in the java doc.
mSimpleXYPlot.getGraphWidget().setDrawMarkersEnabled(false);
is not working for me. Thanks