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


key
value
Ads the specified key and color item to this palette.

Syntax

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

Parameters

key
value

See Also