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

Palette.Clone() Method

Creates a copy of the current Palette object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public object Clone()

Returns

Type Description
Object

A Palette object which is a copy of the current object.

Remarks

This method creates a new instance of the Palette class and copies all the palette entries (each consisting of two colors) of the current Palette to its collection of palette entries.

See Also