Visual Basic (Declaration) | |
---|---|
Overloads Public Function Calculate( _ ByVal name As String, _ ByVal timeIntervalAdvanced As TimeIntervalAdvanced _ ) As Axis |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Axis Calculate( string name, TimeIntervalAdvanced timeIntervalAdvanced ) |
C++/CLI | |
---|---|
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.