DefaultPalette Properties
Represents a default palette (collection of entries with two colors) used to draw a chart using the current appearance settings.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Default |
Gets the default palette name of the chart. |
Display |
Returns a localized name for built-in palettes or the Palette. |
Inner |
Gets an Array |
Is |
Gets a value specifying whether a palette (a collection of entries with two colors) is empty. Inherited from Palette. |
Item[Int32] | Provides indexed access to individual items in the palette. Inherited from Palette. |
List protected |
Gets an IList containing the list of elements in the Collection |
Name | Gets the name of the palette. Inherited from Palette. |
Name |
Gets or sets the string value used to support serialization of the Palette. |
Predefined | Reports whether the palette is user-defined or built-in. Inherited from Palette. |
Scale |
Gets the value used to specify the method for extending the color set of the palette. Inherited from Palette. |
Scale |
Gets or sets the value used to support serialization of the Palette. |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
See Also