ActiveReports Developer 7
Clone Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomAxis Class : Clone Method

Glossary Item Box

Creates a clone of the custom axis. 

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function Clone() As System.Object
C# 
public override System.object Clone()

Return Value

A clone of the CustomAxis object.

See Also