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

AnnotationRepository.HasSeriesPointAnchoredAnnotations() Method

Checks whether repository has annotations anchored to a series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool HasSeriesPointAnchoredAnnotations()

Returns

Type Description
Boolean

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

See Also