ActiveReports Developer 7
Name Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationLine Class : Name Property

Glossary Item Box

Gets or sets the name of the AnnotationLine as string.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Property Name As System.String
C# 
public override System.string Name {get; set;}

See Also