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
);
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.
Axis Class | Axis Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.