[]
        
(Showing Draft Content)

C1.Chart.Annotation.AnnotationAttachment

AnnotationAttachment Enum

Specifies the attachment of the annotation.

Namespace: C1.Chart.Annotation
Assembly: C1.Blazor.Chart.dll
Syntax
public enum AnnotationAttachment

Fields

Name Description
Absolute

The annotation point is specified in control's pixel coordinates.

DataCoordinate

Annotation point is specified in data coordinates.

DataIndex

Coordinates of the annotation point are defined by the data series index and the data point index.

Relative

Annotation point is specified as a relative position inside the control where (0,0) is the top left corner and (1,1) is the bottom right corner.