ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Clone Method

In This Topic
    Clone Method (AnnotationsCollection)
    In This Topic
    Creates a clone of the AnnotationsCollection.
    Syntax
    'Declaration
     
    Public Function Clone() As Object
    public object Clone()

    Return Value

    A clone of the AnnotationsCollection.
    See Also