ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Clone Method

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

    Return Value

    A clone of the SeriesCollection.
    See Also