Skip to main content
A newer version of this page is available. .

Palette Constructors

Represents a palette (collection of entries with two colors) used to draw a chart using the current appearance settings.
Name Parameters Description
Palette() none Obsolete. Initializes a new instance of the Palette class with the default settings.
Palette(PaletteEntry[]) entries Obsolete. Initializes a new instance of the Palette class with the specified array of palette entries.
Palette(String, PaletteEntry[]) name, entries Initializes a new instance of the Palette class with the specified settings.
Palette(String, PaletteScaleMode, PaletteEntry[]) name, scaleMode, entries Initializes a new instance of the Palette class with the specified settings.
Palette(String, PaletteScaleMode) name, scaleMode Initializes a new instance of the Palette class with the specified settings.
Palette(String) name Initializes a new instance of the Palette class with the specified settings.
See Also