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

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

    Return Value

    A clone of the PlaneItem object.
    See Also