Visual Basic (Declaration) | |
---|---|
Public Overloads Function Calculate( _ ByVal name As String, _ ByVal timeIntervalAdvanced As TimeIntervalAdvanced _ ) As Axis |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.