[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.AnnotationBase

AnnotationBase Class

Represents the base class of annotations for the AnnotationLayer

Inheritance
AnnotationBase
Namespace: C1.WPF.Chart.Annotation
Assembly: C1.WPF.Chart.dll
Syntax
public abstract class AnnotationBase : DependencyObject

Constructors

Name Description
AnnotationBase()

Create an instance of BaseAnnotation.

Fields

Name Description
AttachmentProperty

Identifies the Attachment dependency property.

LocationProperty

Identifies the Location dependency property.

PointIndexProperty

Identifies the PointIndex dependency property.

PositionProperty

Identifies the Position dependency property.

SeriesIndexProperty

Identifies the SeriesIndex dependency property.

StyleProperty

Identifies the Style dependency property.

TooltipTextProperty

Identifies the TooltipText dependency property.

Properties

Name Description
Attachment

Gets or sets the attachment of the annotation.

Bounds

Gets the bnnotation bounding rectangle.

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.

Style

Gets or sets the style of annotation.

TooltipText

Gets or sets the tooltip of the annotation.

Methods

Name Description
Distance(double, double)

Calculates the annotation distance from the specified point.

GetSize()

Gets annotation size.