dotnetCHARTING Send comments on this topic.
AxisTick Constructor(String,String)
See Also 
dotnetCHARTING Namespace > AxisTick Class > AxisTick Constructor : AxisTick Constructor(String,String)


originalLabelText
Label text of the axis tick to replace.
newLabelText
New label text.
Initializes a new instance of the AxisTick class with text of an original label and new text to override that label with.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal originalLabelText As String, _
   ByVal newLabelText As String _
)
Visual Basic (Usage)Copy Code
Dim originalLabelText As String
Dim newLabelText As String
 
Dim instance As AxisTick(originalLabelText, newLabelText)
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

© 2010 All Rights Reserved.