See Also

Axis Class  | Axis Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

name
The name and label of this axis.
ChangeValue
A delegate used to pass a custom method used for processing tick values.
axisToShadow
The original axis whose tick labels will be processed.
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

Axis Constructor(String,ChangeValueDelegate,Axis)

Initializes a new instance of the Axis class that will process the tick values of the specified axis based on a custom method.

[Visual Basic]
Public Function New( _    ByVal name As String, _    ByVal ChangeValue As ChangeValueDelegate, _    ByVal axisToShadow As Axis _ )
[C#]
public Axis(    string name,    ChangeValueDelegate ChangeValue,    Axis axisToShadow );
[JScript]
public function Axis(    name : String,    ChangeValue : ChangeValueDelegate,    axisToShadow : Axis );

Parameters

name
The name and label of this axis.
ChangeValue
A delegate used to pass a custom method used for processing tick values.
axisToShadow
The original axis whose tick labels will be processed.

Remarks

This instance must be added to Chart.AxisCollection. The specified axis must appear on the chart, otherwise, the new instance will have no effect when added to Chart.AxisCollection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Axis Class  | Axis Members  | Overload List

 

 


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