dotnetCHARTING Send comments on this topic.
Calculate(String,TimeIntervalAdvanced) Method
See Also 
dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String,TimeIntervalAdvanced) Method


name
Name of the derived axis.
timeIntervalAdvanced
A TimeIntervalAdvanced class that specifies the new time interval for the resulting axis.
Obtains a copy instance of this Axis and recalculates it's tick values based a specified TimeInterval.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal timeIntervalAdvanced As TimeIntervalAdvanced _
) As Axis
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim name As String
Dim timeIntervalAdvanced As TimeIntervalAdvanced
Dim value As Axis
 
value = instance.Calculate(name, timeIntervalAdvanced)
C# 
public Axis Calculate( 
   string name,
   TimeIntervalAdvanced timeIntervalAdvanced
)

Parameters

name
Name of the derived axis.
timeIntervalAdvanced
A TimeIntervalAdvanced class that specifies the new time interval for the resulting axis.

Return Value

A new instance of the calculated axis.

See Also

© 2010 All Rights Reserved.