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

AnnotationRepository.Item[String] Property

Returns an annotation by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Annotation this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the annotation name.

Property Value

Type Description
Annotation

An Annotation object with the specified ChartElementNamed.Name property.

See Also