ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationLine Class / ToString Method

In This Topic
    ToString Method (AnnotationLine)
    In This Topic
    Converts the value of the current instance to its string representation.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function ToString() As String
    public override string ToString()

    Return Value

    A System.String that represents this instance.
    See Also