Initializes a new instance of the AxisTick class with text of an original label and new text to override that label with.
[Visual Basic]
Public Function New( _
ByVal originalLabelText As String, _
ByVal newLabelText As String _
)
[C#]
public AxisTick(
string originalLabelText,
string newLabelText
);
[JScript]
public function AxisTick(
originalLabelText : String,
newLabelText : String
);
Case insensitive.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
AxisTick Class | AxisTick Members | Overload List
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.