.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String,TimeInterval) Method
Name of the derived axis.
A TimeInterval enumeration that specifies the new time interval for the resulting axis.
Calculate(String,TimeInterval) Method
Obtains a copy instance of this Axis and recalculates it's tick values based a specified TimeInterval.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal timeInterval As TimeInterval _
) As Axis
'Usage
 
Dim instance As Axis
Dim name As String
Dim timeInterval As TimeInterval
Dim value As Axis
 
value = instance.Calculate(name, timeInterval)
public Axis Calculate( 
   string name,
   TimeInterval timeInterval
)

Parameters

name
Name of the derived axis.
timeInterval
A TimeInterval enumeration that specifies the new time interval for the resulting axis.

Return Value

A new instance of the calculated 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