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


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

Syntax

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

See Also

© 2010 All Rights Reserved.