Uses of Class
com.androidplot.xy.XValueMarker

Packages that use XValueMarker
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of XValueMarker in com.androidplot.xy
 

Methods in com.androidplot.xy that return XValueMarker
 XValueMarker XYPlot.removeMarker(XValueMarker marker)
          Removes the specified marker from the plot.
 

Methods in com.androidplot.xy with parameters of type XValueMarker
 boolean XYPlot.addMarker(XValueMarker marker)
          Appends the specified marker to the end of plot's xValueMarkers list.
 XValueMarker XYPlot.removeMarker(XValueMarker marker)
          Removes the specified marker from the plot.
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.