SmartPalette Class Members
The following tables list the members exposed by SmartPalette.
Public Constructors
| Name | Description | |
|---|---|---|
|  | SmartPalette Constructor | Overloaded. | 
Public Properties
| Name | Description | |
|---|---|---|
|  | AllKeys | Gets a String array containing all the keys (series or element names) in the SmartPalette. | 
|  | AllValues | Gets a Color array containing all the values (series / element colors) in the SmartPalette. | 
|  | Count | (Inherited from System.Collections.Specialized.NameObjectCollectionBase) | 
|  | HasKeys | Gets a value indicating whether the SmartPalette has entries. | 
|  | Item | Overloaded. Gets or sets the value associated with the specified key. | 
|  | Keys | (Inherited from System.Collections.Specialized.NameObjectCollectionBase) | 
Public Methods
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds the specified key and color item to this palette. | 
|  | Clear | Clears the SmartPalette. | 
|   | FromColors | Creates a SmartPalette with range colors based on the specified element value and colors. | 
|   | FromColorsRange | Overloaded. Generates a SmartPalette based on the specified element value, element value range, and colors. | 
|  | GetEnumerator | (Inherited from System.Collections.Specialized.NameObjectCollectionBase) | 
|  | GetObjectData | (Inherited from System.Collections.Specialized.NameObjectCollectionBase) | 
|  | GetScaleRange | Get a ScaleRange object representing the union of all value ranges defined by colors that match the specified key. | 
|  | GetValueColor | Get the thematic color based on the key and values of smartPalettes.. | 
|  | LoadState | Imports a SmartPalette object from the specified xml file. | 
|  | OnDeserialization | (Inherited from System.Collections.Specialized.NameObjectCollectionBase) | 
|  | Remove | Overloaded. Removes an entry with the specified key from the collection. | 
|  | SaveState | Overloaded. Saves the SmartPalette instance to an xml file. | 
See Also