ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Item Property / Item(String) Property
Name of the annotation.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the collection item by the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal annotationName As String _
    ) As Annotation
    public Annotation Item( 
       string annotationName
    ) {get;}

    Parameters

    annotationName
    Name of the annotation.
    See Also