| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Add( _ ByVal key As String, _ ByVal value As SmartColor _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.