Visual Basic (Declaration) | |
---|---|
Public Overloads Function Calculate( _ ByVal name As String, _ ByVal ChangeValue As ChangeValueDelegate _ ) As Axis |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Axis Calculate( string name, ChangeValueDelegate ChangeValue ) |
Parameters
- name
- Name of the new axis instance.
- ChangeValue
- A __Delegates.ChangeValueDelegate pointing to a function that will process the tick labels of the new axis.