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.v24.1.dll
NuGet Package: DevExpress.Charts
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