AxisMarkerAnnotation Class
The AxisMarkerAnnotation provides an axis label which is data-bound to its data X or Y value. Used to place a marker on the X or Y Axis it can give feedback about the latest value of a series, or important points in a series.
Object Model

Syntax
public class AxisMarkerAnnotation extends AnchorPointAnnotation |
Inheritance Hierarchy
java.lang.Object
android.view.View
android.view.ViewGroup
android.widget.FrameLayout
com.scichart.charting.visuals.annotations.AnnotationBase
com.scichart.charting.visuals.annotations.AnchorPointAnnotation
com.scichart.charting.visuals.annotations.AxisMarkerAnnotation
See Also