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

Palette(PaletteEntry[]) Constructor

OBSOLETE

This constructor is now obsolete. Use the Palette(string name, PaletteEntry[] entries) constructor instead.

Initializes a new instance of the Palette class with the specified array of palette entries.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This constructor is now obsolete. Use the Palette(string name, PaletteEntry[] entries) constructor instead.")]
public Palette(
    PaletteEntry[] entries
)

Parameters

Name Type Description
entries PaletteEntry[]

An array of PaletteEntry values which specifies the palette entries for the palette. An individual item of these entries can be accessed via the Palette.Item property.

See Also