Back to Devexpress

Palette Members

windowsforms-devexpress-dot-xtratreemap-dot-palette-dot-underscore-members.md

latest14.5 KB
Original Source

Palette Members

Represents a palette (collection of colors) used to draw a TreeMap.

Constructors

NameDescription
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

NameDescription
BlueGreenPalette staticGets the BlueGreenPalette palette of colors.
BlueIIPalette staticGets the BlueIIPalette palette of colors.
BluePalette staticGets the BluePalette palette of colors.
BlueWarmPalette staticGets the BlueWarmPalette palette of colors.
CapacityGets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>.
ChameleonPalette staticGets the ChameleonPalette palette of colors.
CountGets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
DXTreeMapPalette staticGets the DXTreeMapPalette palette of colors.
GreenPalette staticGets the GreenPalette palette of colors.
GreenYellowPalette staticGets the GreenYellowPalette palette of colors.
InAFogPalette staticGets the InAFogPalette palette of colors.
IsFromSkinFor internal use.
IsPredefinedReturns the value indicating whether or not the palette is predefined.
IsUpdateLockedGets whether the collection has been locked for updating. Inherited from NotificationCollection<T>.
Item[Int32]Provides indexed access to individual items in the palette.
MarqueePalette staticGets the MarqueePalette palette of colors.
NatureColorsPalette staticGets the NatureColorsPalette palette of colors.
NorthernLightsPalette staticGets the NorthernLightsPalette palette of colors.
Office2013Palette staticGets the Office2013Palette palette of colors.
Office2016Palette staticGets the Office2016Palette palette of colors.
Office2019Palette staticReturns the Office2019Palette palette.
OfficePalette staticGets the OfficePalette palette of colors.
OrangePalette staticGets the OrangePalette palette of colors.
OrangeRedPalette staticGets the OrangeRedPalette palette of colors.
PastelKitPalette staticGets the PastelKitPalette palette of colors.
RedOrangePalette staticGets the RedOrangePalette palette of colors.
RedPalette staticGets the RedPalette palette of colors.
RedVioletPalette staticGets the RedVioletPalette palette of colors.
ScaleModeSpecifies how to distribute colors when their number in the palette is less than the number of chart items.
SlipstreamPalette staticGets the SlipstreamPalette palette of colors.
TerracottaPiePalette staticGets the TerracottaPiePalette palette of colors.
TheTreesPalette staticGets the TheTreesPalette palette of colors.
UniquenessProviderTypeGets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
VioletIIPalette staticGets the VioletIIPalette palette of colors.
VioletPalette staticGets the VioletPalette palette of colors.
YellowOrangePalette staticGets the YellowOrangePalette palette of colors.
YellowPalette staticGets the YellowPalette palette of colors.

Methods

NameDescription
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[]) staticCreates 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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
CollectionChangedOccurs when the collection is changed. Inherited from NotificationCollection<T>.
CollectionChangingThis event occurs when the collection is about to change. Inherited from NotificationCollection<T>.

See Also

Palette Class

DevExpress.XtraTreeMap Namespace