.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String) Method
Name of the resulting axis.
Calculate(String) Method
Creates a replica axis object that shadows this axis.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal name As String _
) As Axis
'Usage
 
Dim instance As Axis
Dim name As String
Dim value As Axis
 
value = instance.Calculate(name)
public Axis Calculate( 
   string name
)

Parameters

name
Name of the resulting axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also