dotnetCHARTING Send comments on this topic.
SmartPalette Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : SmartPalette Class


The following tables list the members exposed by SmartPalette.

Public Constructors

  Name Description
Public Constructor SmartPalette Constructor Overloaded. Initializes a new instance of the SmartPalette object.  
Top

Public Properties

  Name Description
Public Property AllKeys Gets a String array containing all the keys (series or element names) in the SmartPalette.  
Public Property AllValues Gets a Color array containing all the values (series / element colors) in the SmartPalette.  
Public Property Count (Inherited from System.Collections.Specialized.NameObjectCollectionBase)
Public Property HasKeys Gets a value indicating whether the SmartPalette has entries.  
Public Property Item Overloaded. Gets or sets the value associated with the specified key.  
Public Property Keys (Inherited from System.Collections.Specialized.NameObjectCollectionBase)
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds the specified key and color item to this palette.  
Public Method Clear Clears the SmartPalette.  
Public Method GetEnumerator (Inherited from System.Collections.Specialized.NameObjectCollectionBase)
Public Method GetObjectData (Inherited from System.Collections.Specialized.NameObjectCollectionBase)
Public Method LoadState Imports a SmartPalette object from the specified xml file.  
Public Method OnDeserialization (Inherited from System.Collections.Specialized.NameObjectCollectionBase)
Public Method Remove Overloaded.  Removes an entry with the specified key from the collection.  
Public Method SaveState Overloaded. Saves the SmartPalette instance to an xml file.  
Top

See Also