Package 

Class YValueMarker

    • 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

      • YValueMarker

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

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