[]
        
(Showing Draft Content)

C1.Android.Chart.Annotation.AnnotationBase

AnnotationBase Class

Represents the base class of annotations for the AnnotationLayer

Inheritance
AnnotationBase
Namespace: C1.Android.Chart.Annotation
Assembly: C1.Android.Chart.dll
Syntax
public abstract class AnnotationBase : Object, IAnnotationBase, IStyleProvider, IDependencyObject

Constructors

Name Description
AnnotationBase()

Create an instance of BaseAnnotation.

Fields

Name Description
AnnotationStyleProperty

Identifies the Style dependency property.

AttachmentProperty

Identifies the Attachment dependency property.

IsEnabledProperty

Identifies the IsVisible dependency property.

IsVisibleProperty

Identifies the IsVisible dependency property.

LocationProperty

Identifies the Location dependency property.

PointIndexProperty

Identifies the PointIndex dependency property.

PositionProperty

Identifies the ChartPositionType dependency property.

SeriesIndexProperty

Identifies the SeriesIndex dependency property.

TooltipTextProperty

Identifies the TooltipText dependency property.

Properties

Name Description
AnnotationLayer

Gets or sets the current layer of this annotation.

AnnotationStyle

Gets or sets the style of annotation.

Attachment

Gets or sets the attachment of the annotation.

IsEnabled

Gets or sets a value indicating whether annotation is visible.

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.

Position

Gets or sets the position of annotation.

SeriesIndex

Gets or sets the data series index of the annotation.

TooltipText

Gets or sets the tooltip of the annotation.

Methods

Name Description
GetSize()

Gets the size of the annotation.

GetValue(DependencyProperty)
OnPropertyChanged()
SetValue(DependencyProperty, object)