dotnetCHARTING Send comments on this topic.
LabelOverride Constructor(String,String,Boolean)
See Also 
dotnetCHARTING Namespace > LabelOverride Structure > LabelOverride Constructor : LabelOverride Constructor(String,String,Boolean)


key
String to override.
val
String to override the key with.
ignoreCase
Specifies whether the key is case sensitive.
Initialize a new instance of the LabelOverride class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String, _
   ByVal val As String, _
   ByVal ignoreCase As Boolean _
)
Visual Basic (Usage)Copy Code
Dim key As String
Dim val As String
Dim ignoreCase As Boolean
 
Dim instance As LabelOverride(key, val, ignoreCase)
C# 
public LabelOverride( 
   string key,
   string val,
   bool ignoreCase
)

Parameters

key
String to override.
val
String to override the key with.
ignoreCase
Specifies whether the key is case sensitive.

See Also

© 2010 All Rights Reserved.