PaletteRepository Properties
Represents the repository used to store the palettes that are used to draw the elements of a chart control.| Name | Description |
|---|---|
| Capacity | Gets or sets the capacity of a SortedList object. Inherited from SortedList. |
| Count | Gets the number of elements contained in a SortedList object. Inherited from SortedList. |
| IsFixedSize | Gets a value indicating whether a SortedList object has a fixed size. Inherited from SortedList. |
| IsReadOnly | Gets a value indicating whether a SortedList object is read-only. Inherited from SortedList. |
| IsSynchronized | Gets a value indicating whether access to a SortedList object is synchronized (thread safe). Inherited from SortedList. |
| Item[Object] | Gets or sets the value associated with a specific key in a SortedList object. Inherited from SortedList. |
| Item[String] | Provides access to individual palettes in the repository by their names. |
| Keys | Gets the keys in a SortedList object. Inherited from SortedList. |
| LocalizedPaletteNames | Returns an array of localized palette names. |
| PaletteNames | Gets an array of available palette names. |
| SyncRoot | Gets an object that can be used to synchronize access to a SortedList object. Inherited from SortedList. |
| Values | Gets the values in a SortedList object. Inherited from SortedList. |
See Also