ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationLine Class / Name Property

In This Topic
    Name Property (AnnotationLine)
    In This Topic
    Gets or sets the name of the AnnotationLine as string.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Name As String
    public override string Name {get; set;}

    Property Value

    The name.
    See Also