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


Key
The string to look for.
Value
The string to replace the key with.
Adds a LabelOverride to the LabelOverrides collection.

Syntax

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

Parameters

Key
The string to look for.
Value
The string to replace the key with.

See Also

© 2010 All Rights Reserved.