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

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

    Return Value

    A clone of the DataPointsCollection.
    See Also