Back to Devexpress

ChartHitInfo.Annotation Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-5acf924d.md

latest1.8 KB
Original Source

ChartHitInfo.Annotation Property

Gets an annotation which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Annotation Annotation { get; }
vb
Public ReadOnly Property Annotation As Annotation

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace