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