Skip to main content

AnnotationRepository.HasSeriesPointAnchoredAnnotations() Method

Checks whether repository has annotations anchored to a series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool HasSeriesPointAnchoredAnnotations()

Returns

Type Description
Boolean

true, if the repository has annotations anchored to a series point; otherwise, false.

See Also