.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String,ChangeValueDelegate) Method
Name of the new axis instance.
A ChangeValueDelegate pointing to a function that will process the tick labels of the new axis.
Calculate(String,ChangeValueDelegate) Method
Obtains a copy instance of this Axis and processes it's tick values based on the specified method.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal ChangeValue As ChangeValueDelegate _
) As Axis
'Usage
 
Dim instance As Axis
Dim name As String
Dim ChangeValue As ChangeValueDelegate
Dim value As Axis
 
value = instance.Calculate(name, ChangeValue)

Parameters

name
Name of the new axis instance.
ChangeValue
A ChangeValueDelegate pointing to a function that will process the tick labels of the new axis.

Return Value

A new calculated instance of this axis which must be added to the Chart.AxisCollection collection.
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