Palette Members
In This Article
#Constructors
Name | Description |
---|---|
Palette() | Initializes a new instance of the Palette class with default settings. |
Palette |
Initializes a new instance of the Palette class with the specified array of palette colors. |
#Properties
Name | Description |
---|---|
Blue |
Gets the Blue |
Blue |
Gets the Blue |
Blue |
Gets the Blue |
Blue |
Gets the Blue |
Capacity |
Gets or sets the number of elements that the DXCollection |
Chameleon |
Gets the Chameleon |
Count |
Gets the number of elements contained in the DXCollection |
DXTree |
Gets the DXTree |
Green |
Gets the Green |
Green |
Gets the Green |
In |
Gets the In |
Is |
For internal use. |
Is |
Returns the value indicating whether or not the palette is predefined. |
Is |
Gets whether the collection has been locked for updating.
Inherited from Notification |
Item[Int32] | Provides indexed access to individual items in the palette. |
Marquee |
Gets the Marquee |
Nature |
Gets the Nature |
Northern |
Gets the Northern |
Office2013Palette static | Gets the Office2013Palette palette of colors. |
Office2016Palette static | Gets the Office2016Palette palette of colors. |
Office2019Palette static | Returns the Office2019Palette palette. |
Office |
Gets the Office |
Orange |
Gets the Orange |
Orange |
Gets the Orange |
Pastel |
Gets the Pastel |
Red |
Gets the Red |
Red |
Gets the Red |
Red |
Gets the Red |
Scale |
Specifies how to distribute colors when their number in the palette is less than the number of chart items. |
Slipstream |
Gets the Slipstream |
Terracotta |
Gets the Terracotta |
The |
Gets the The |
Uniqueness |
Gets or sets the type of an object, which provides uniqueness for the current DXCollection |
Violet |
Gets the Violet |
Violet |
Gets the Violet |
Yellow |
Gets the Yellow |
Yellow |
Gets the Yellow |
#Methods
Name | Description |
---|---|
Add |
Adds a color to the palette. |
Add |
Adds a collection of objects to the end of the current collection.
Inherited from Notification |
Add |
Adds several colors to the palette. |
Begin |
Locks the Notification |
Cancel |
Unlocks the Notification |
Clear() |
Removes all objects from the DXCollection |
Contains |
Determines whether the collection contains the specified item.
Inherited from DXCollection |
Copy |
Copies all the elements from the DXCollection |
Create |
Creates a palette from the specified colors. |
End |
Unlocks the Notification |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollection |
For |
Performs the specified action on each element of the DXCollection |
Get |
Returns an enumerator that iterates through the DXCollection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified element in the collection.
Inherited from DXCollection |
Insert |
Inserts the specified element into the collection at the specified position.
Inherited from DXCollection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified element from the collection.
Inherited from DXCollection |
Remove |
Removes the element at the specified index of the DXCollection |
Sort |
Sorts the elements in the entire DXCollection |
To |
Copies the DXCollection |
To |
Returns the textual representation of the axis. |
#Events
Name | Description |
---|---|
Collection |
Occurs when the collection is changed.
Inherited from Notification |
Collection |
This event occurs when the collection is about to change.
Inherited from Notification |
See Also