| 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.
|
| 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 |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Overloads ReadOnly Property Item( _ ByVal annotationName As System.String _ ) As Annotation | |
| C# | |
|---|---|
public Annotation Item( System.string annotationName ) {get;} | |