Palette Members
Represents a palette (collection of colors) used to draw a TreeMap.Constructors
| Name | Description |
|---|---|
| Palette() | Initializes a new instance of the Palette class with default settings. |
| Palette(Color[]) | Initializes a new instance of the Palette class with the specified array of palette colors. |
Properties
| Name | Description |
|---|---|
| BlueGreenPalette static | Gets the BlueGreenPalette palette of colors. |
| BlueIIPalette static | Gets the BlueIIPalette palette of colors. |
| BluePalette static | Gets the BluePalette palette of colors. |
| BlueWarmPalette static | Gets the BlueWarmPalette palette of colors. |
| Capacity | Gets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>. |
| ChameleonPalette static | Gets the ChameleonPalette palette of colors. |
| Count | Gets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>. |
| DXTreeMapPalette static | Gets the DXTreeMapPalette palette of colors. |
| GreenPalette static | Gets the GreenPalette palette of colors. |
| GreenYellowPalette static | Gets the GreenYellowPalette palette of colors. |
| InAFogPalette static | Gets the InAFogPalette palette of colors. |
| IsFromSkin | For internal use. |
| IsPredefined | Returns the value indicating whether or not the palette is predefined. |
| IsUpdateLocked | Gets whether the collection has been locked for updating. Inherited from NotificationCollection<T>. |
| Item[Int32] | Provides indexed access to individual items in the palette. |
| MarqueePalette static | Gets the MarqueePalette palette of colors. |
| NatureColorsPalette static | Gets the NatureColorsPalette palette of colors. |
| NorthernLightsPalette static | Gets the NorthernLightsPalette palette of colors. |
| Office2013Palette static | Gets the Office2013Palette palette of colors. |
| Office2016Palette static | Gets the Office2016Palette palette of colors. |
| Office2019Palette static | Returns the Office2019Palette palette. |
| OfficePalette static | Gets the OfficePalette palette of colors. |
| OrangePalette static | Gets the OrangePalette palette of colors. |
| OrangeRedPalette static | Gets the OrangeRedPalette palette of colors. |
| PastelKitPalette static | Gets the PastelKitPalette palette of colors. |
| RedOrangePalette static | Gets the RedOrangePalette palette of colors. |
| RedPalette static | Gets the RedPalette palette of colors. |
| RedVioletPalette static | Gets the RedVioletPalette palette of colors. |
| ScaleMode | Specifies how to distribute colors when their number in the palette is less than the number of chart items. |
| SlipstreamPalette static | Gets the SlipstreamPalette palette of colors. |
| TerracottaPiePalette static | Gets the TerracottaPiePalette palette of colors. |
| TheTreesPalette static | Gets the TheTreesPalette palette of colors. |
| UniquenessProviderType | Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>. |
| VioletIIPalette static | Gets the VioletIIPalette palette of colors. |
| VioletPalette static | Gets the VioletPalette palette of colors. |
| YellowOrangePalette static | Gets the YellowOrangePalette palette of colors. |
| YellowPalette static | Gets the YellowPalette palette of colors. |
Methods
| Name | Description |
|---|---|
| Add(Color) | Adds a color to the palette. |
| AddRange(ICollection) | Adds a collection of objects to the end of the current collection. Inherited from NotificationCollection<T>. |
| AddRange(Color[]) | Adds several colors to the palette. |
| BeginUpdate() | Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. Inherited from NotificationCollection<T>. |
| CancelUpdate() | Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from NotificationCollection<T>. |
| Clear() | Removes all objects from the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>. |
| Contains(T) | Determines whether the collection contains the specified item. Inherited from DXCollectionBase<T>. |
| CopyTo(T[], Int32) | Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array. Inherited from DXCollectionBase<T>. |
| CreatePalette(Color[]) static | Creates a palette from the specified colors. |
| EndUpdate() | Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from NotificationCollection<T>. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Find(Predicate<T>) | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>. Inherited from DXCollectionBase<T>. |
| ForEach(Action<T>) | Performs the specified action on each element of the DXCollectionBase<T>. Inherited from DXCollectionBase<T>. |
| GetEnumerator() | Returns an enumerator that iterates through the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IndexOf(T) | Returns the zero-based index of the specified element in the collection. Inherited from DXCollectionBase<T>. |
| Insert(Int32, T) | Inserts the specified element into the collection at the specified position. Inherited from DXCollectionBase<T>. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(T) | Removes the specified element from the collection. Inherited from DXCollectionBase<T>. |
| RemoveAt(Int32) | Removes the element at the specified index of the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>. |
| Sort(IComparer<T>) | Sorts the elements in the entire DXCollectionBase<T> using the specified comparer. Inherited from DXCollectionBase<T>. |
| ToArray() | Copies the DXCollectionBase<T> elements to a new array. Inherited from DXCollectionBase<T>. |
| ToString() | Returns the textual representation of the axis. |
Events
| Name | Description |
|---|---|
| CollectionChanged | Occurs when the collection is changed. Inherited from NotificationCollection<T>. |
| CollectionChanging | This event occurs when the collection is about to change. Inherited from NotificationCollection<T>. |
See Also