Back to Devexpress

AnnotationRepository.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-annotationrepository-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

AnnotationRepository.Item[String] Property

Returns an annotation by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Annotation this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As Annotation

Parameters

NameTypeDescription
nameString

A String value, specifying the annotation name.

|

Property Value

TypeDescription
Annotation

An Annotation object with the specified ChartElementNamed.Name property.

|

See Also

AnnotationRepository Class

AnnotationRepository Members

DevExpress.XtraCharts Namespace