[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Item

this Property

this[int]

Gets or sets item by given index

Declaration
public Annotation this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets item by given name

Declaration
public Annotation this[string annotationName] { get; }
Parameters
Type Name Description
string annotationName