| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Function Calculate( _ ByVal name As String, _ ByVal convertFromUnit As Object, _ ByVal convertToUnit As Object _ ) As Axis | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Axis Calculate( string name, object convertFromUnit, object convertToUnit ) | |
Parameters
- name
- Name of the new axis.
- convertFromUnit
- Units to convert from.
- convertToUnit
- Units to convert to.
 
     
     
     
    