.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String,Boolean) Method
Name of the resulting axis.
Removes the original (automatically generated) axis ticks.
Calculate(String,Boolean) Method
Creates a replica axis object with a clear values option that shadows this axis.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal clearValues As Boolean _
) As Axis
'Usage
 
Dim instance As Axis
Dim name As String
Dim clearValues As Boolean
Dim value As Axis
 
value = instance.Calculate(name, clearValues)
public Axis Calculate( 
   string name,
   bool clearValues
)

Parameters

name
Name of the resulting axis.
clearValues
Removes the original (automatically generated) axis ticks.
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