Skip to main content
A newer version of this page is available. .

Annotation.AnchorPoint Property

Specifies the type of the annotation‘s anchor point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public AnnotationAnchorPoint AnchorPoint { get; set; }

Property Value

Type Description
AnnotationAnchorPoint

An AnnotationAnchorPoint class descendant representing the annotation’s anchor point type.

Remarks

Depending on the AnchorPoint property value (ChartAnchorPoint, PaneAnchorPoint, or SeriesPointAnchorPoint), an annotation is added the corresponding collection of this element, returned by the ChartControl.Annotations, XYDiagramPaneBase.Annotations, or SeriesPoint.Annotations property, respectively.

For more information, refer to Annotations.

See Also