Back to Devexpress

Palette Constructors

corelibraries-devexpress-dot-xtracharts-dot-palette-dot-ctor.md

latest2.0 KB
Original Source

Palette Constructors

A palette (a collection of entries with two colors) that is used to draw a chart with the current appearance settings.

NameParametersDescription
Palette()noneObsolete. Initializes a new instance of the Palette class with the default settings.
Palette(PaletteEntry[])entriesObsolete. Initializes a new instance of the Palette class with the specified array of palette entries.
Palette(String, PaletteEntry[])name, entriesInitializes a new instance of the Palette class with the specified settings.
Palette(String, PaletteScaleMode, PaletteEntry[])name, scaleMode, entriesInitializes a new instance of the Palette class with the specified settings.
Palette(String, PaletteScaleMode)name, scaleModeInitializes a new instance of the Palette class with the specified settings.
Palette(String)nameInitializes a new instance of the Palette class with the specified settings.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace