.netCHARTING v10.5 Documentation


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

Parameters

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