AnchorPointAnnotation Class
An Anchor-Point annotation is an annotation which only has one X1,Y1 point. This annotation may be anchored around the coordinate using various gravity values
Object Model

Syntax
public abstract class AnchorPointAnnotation extends AnnotationBase |
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
com.scichart.charting.visuals.annotations.CustomAnnotation
com.scichart.charting.visuals.annotations.TextAnnotationBase
See Also