AnnotationBase Class
Provides a base class for annotations to be rendered over the chart
Object Model

Syntax
public abstract class AnnotationBase extends android.widget.FrameLayout implements IAnnotation, IAnnotationContainer, IAnnotationInteractionService, com.scichart.charting.visuals.ISciChartSurfaceProvider |
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.BoxAnnotation
com.scichart.charting.visuals.annotations.LineAnnotationBase
See Also