Skip to main content

Palette.Clone() Method

Creates a copy of the current Palette object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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