.netCHARTING v10.5 Documentation
Members 


dotnetCHARTING Namespace : SmartPalette Class
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
SmartPalette Class
Syntax
'Declaration
 
Public Class SmartPalette 
   Inherits System.Collections.Specialized.NameObjectCollectionBase
'Usage
 
Dim instance As SmartPalette
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
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