dotnetCHARTING Send comments on this topic.
AddLabelOverride(String,String,Boolean) Method
See Also 
dotnetCHARTING Namespace > Axis Class > AddLabelOverride Method : AddLabelOverride(String,String,Boolean) Method


Key
The string to look for.
Value
The string to replace the key with.
IgnoreCase
A Boolean value indicating whether to ignore case for strings or convert the string to a number for comparison with the key so '0' will match '0.0'
Adds a LabelOverride to the LabelOverrides collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddLabelOverride( _
   ByVal Key As String, _
   ByVal Value As String, _
   ByVal IgnoreCase As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim Key As String
Dim Value As String
Dim IgnoreCase As Boolean
 
instance.AddLabelOverride(Key, Value, IgnoreCase)
C# 
public void AddLabelOverride( 
   string Key,
   string Value,
   bool IgnoreCase
)

Parameters

Key
The string to look for.
Value
The string to replace the key with.
IgnoreCase
A Boolean value indicating whether to ignore case for strings or convert the string to a number for comparison with the key so '0' will match '0.0'

See Also

© 2010 All Rights Reserved.