ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class > Item Property : Item(String) Property

annotationName
Name of the annotation.

Glossary Item Box

Gets or sets the collection item by the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal annotationName As System.String _
) As Annotation
C# 
public Annotation Item( 
   System.string annotationName
) {get;}

Parameters

annotationName
Name of the annotation.

See Also