Package 

Class XValueMarker

    • Method Summary

      Modifier and Type Method Description
      void draw(Canvas canvas, XYPlot plot, RectF gridRect)
      • Methods inherited from class com.androidplot.xy.ValueMarker

        getLinePaint, getText, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setLinePaint, setText, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XValueMarker

        XValueMarker(Number value, String text)
        Parameters:
        text - Set to null to use the plot's default getFormatter.
      • XValueMarker

        XValueMarker(Number value, String text, VerticalPosition textPosition, Paint linePaint, Paint textPaint)
        Parameters:
        text - Set to null to use the plot's default getFormatter.
      • XValueMarker

        XValueMarker(Number value, String text, VerticalPosition textPosition, int linePaint, int textPaint)
        Parameters:
        text - Set to null to use the plot's default getFormatter.