public class XValueMarker extends ValueMarker<YPositionMetric>
ValueMarker.TextOrientation| Constructor and Description | 
|---|
XValueMarker(Number value,
            String text)  | 
XValueMarker(Number value,
            String text,
            YPositionMetric textPosition,
            int linePaint,
            int textPaint)  | 
XValueMarker(Number value,
            String text,
            YPositionMetric textPosition,
            android.graphics.Paint linePaint,
            android.graphics.Paint textPaint)  | 
getLinePaint, getText, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setLinePaint, setText, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValuepublic XValueMarker(Number value, String text)
value - text - Set to null to use the plot's default getFormatter.public XValueMarker(Number value, String text, YPositionMetric textPosition, android.graphics.Paint linePaint, android.graphics.Paint textPaint)
value - text - Set to null to use the plot's default getFormatter.textPosition - linePaint - textPaint - public XValueMarker(Number value, String text, YPositionMetric textPosition, int linePaint, int textPaint)
value - text - Set to null to use the plot's default getFormatter.textPosition - linePaint - textPaint -