SmartPalette Class
Contains collection of SmartPalette objects or dictionary like items of string and color pairs where strings refer to series or element names and colors that are assigned to series or elements with those names.
Object Model
Syntax
'Declaration Public Class SmartPalette Inherits System.Collections.Specialized.NameObjectCollectionBase
'Usage Dim instance As SmartPalette
public class SmartPalette : System.Collections.Specialized.NameObjectCollectionBase
Remarks
This object can be saved as XML and loaded for any other charts to use. To use a SmartPalette with a given chart, it to the Chart.SmartPalette property.
Example
Inheritance Hierarchy
System.Object
System.Collections.Specialized.NameObjectCollectionBase
dotnetCHARTING.SmartPalette
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also