Skip to main content

Annotation.AnchorPoint Property

Specifies the type of the annotation‘s anchor point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AnchorPoint property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also