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

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

    Return Value

    A clone of the CustomAxis object.
    See Also