See Also

AxisTick Class  | AxisTick Members  | Overload List

Language

Visual Basic

C#

Show All

originalLabelText
Label text of the axis tick to replace.
newLabelText
New label text.
See Also 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 );

Parameters

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

Remarks

Case insensitive.

See Also

AxisTick Class  | AxisTick Members  | Overload List

 

 


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