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

ChartHitInfo.Annotation Property

Gets an annotation which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Annotation Annotation { get; }

Property Value

Type Description
Annotation

An Annotation object which represents the annotation located under the test point.

Remarks

Use the Annotation property to access the annotation located under the test point if the ChartHitInfo.InAnnotation property returns true. Note that if the ChartHitInfo.InAnnotation is false, then the Annotation property returns null (Nothing in Visual Basic).

See Also