[]
        
(Showing Draft Content)

C1.Android.Chart.Annotation.IAnnotationBase

IAnnotationBase Interface

IBaseAnnotation interface.

Namespace: C1.Android.Chart.Annotation
Assembly: C1.Android.Chart.dll
Syntax
public interface IAnnotationBase : IStyleProvider

Properties

Name Description
Attachment

Gets or sets the attachment of the annotation.

IsEnabled

Gets or sets a value indicating whether annotation is enabled.

IsVisible

Gets or sets a value indicating whether annotation is visible.

Location

Gets or sets the location of annotation.

PointIndex

Gets or sets the data point index of the annotation. Applies only when the Attachment property is set to DataIndex.

Position

Gets or sets the position of annotation.

SeriesIndex

Gets or sets the data series index of the annotation. Applies only when the Attachment is set to DataIndex.

TooltipText

Gets or sets the tooltip of the annotation.

Methods

Name Description
GetSize()

Gets the size of the annotation.