Back to Devexpress

PaletteRepository Properties

corelibraries-devexpress-dot-xtracharts-dot-paletterepository-dot-underscore-properties.md

latest4.1 KB
Original Source

PaletteRepository Properties

Represents the repository used to store the palettes that are used to draw the elements of a chart control.

NameDescription
CapacityGets or sets the capacity of a SortedList object. Inherited from SortedList.
CountGets the number of elements contained in a SortedList object. Inherited from SortedList.
IsFixedSizeGets a value indicating whether a SortedList object has a fixed size. Inherited from SortedList.
IsReadOnlyGets a value indicating whether a SortedList object is read-only. Inherited from SortedList.
IsSynchronizedGets 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.
KeysGets the keys in a SortedList object. Inherited from SortedList.
LocalizedPaletteNamesReturns an array of localized palette names.
PaletteNamesGets an array of available palette names.
SyncRootGets an object that can be used to synchronize access to a SortedList object. Inherited from SortedList.
ValuesGets the values in a SortedList object. Inherited from SortedList.

See Also

PaletteRepository Class

PaletteRepository Members

DevExpress.XtraCharts Namespace