See Also

AxisTick Class  | AxisTick 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

originalLabelText
Label text of the axis tick to replace.
newLabelText
New label text.
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

AxisTick Constructor(String,String)

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 );

Parameters

originalLabelText
Label text of the axis tick to replace.
newLabelText
New label text.

Remarks

Case insensitive.

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

AxisTick Class  | AxisTick Members  | Overload List

 

 


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