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


key
Name of series this palette will affect. A '*' wildcard can be used to affect all series regardless of their name.
value
Color
Adds the specified key and color item to this palette.

Syntax

Visual Basic (Declaration) 
Public Overloads 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
Name of series this palette will affect. A '*' wildcard can be used to affect all series regardless of their name.
value
Color

See Also

© 2010 All Rights Reserved.