dotnetCHARTING Send comments on this topic.
Add(String,SmartColor) Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class > Add Method : Add(String,SmartColor) Method


key
value

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Add( _
   ByVal key As String, _
   ByVal value As SmartColor _
) 
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim key As String
Dim value As SmartColor
 
instance.Add(key, value)
C# 
public void Add( 
   string key,
   SmartColor value
)

Parameters

key
value

See Also