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


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.
Obtains a copy instance of this Axis and processes it's tick values based on the specified method.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal ChangeValue As ChangeValueDelegate _
) As Axis
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim name As String
Dim ChangeValue As ChangeValueDelegate
Dim value As Axis
 
value = instance.Calculate(name, ChangeValue)
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.

Return Value

A new calculated instance of this axis which must be added to the Chart.AxisCollection collection.

See Also

© 2010 All Rights Reserved.