See Also

Axis Class  | Axis Members  | Overload List

Language

Visual Basic

C#

Show All

name
Name of the new axis instance.
ChangeValue
A ChangeValueDelegate pointing to a function that will process the tick labels of the new axis.
See Also Languages dotnetCHARTING Send comments on this topic.

Calculate(String,ChangeValueDelegate) Method

Obtains a copy instance of this Axis and processes it's tick values based on the specified method.

[Visual Basic]
Overloads Public Function Calculate( _    ByVal name As String, _    ByVal ChangeValue As ChangeValueDelegate _ ) As Axis
[C#]
public Axis Calculate(    string name,    ChangeValueDelegate ChangeValue );

Parameters

name
Name of the new axis instance.
ChangeValue
A ChangeValueDelegate pointing to a function that will process the tick labels of the new axis.

Return Type

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

See Also

Axis Class  | Axis Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.