Back to Devexpress

Palette.Clone() Method

corelibraries-devexpress-dot-xtracharts-dot-palette-d8975ffe.md

latest1.3 KB
Original Source

Palette.Clone() Method

Creates a copy of the current Palette object.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public object Clone()
vb
Public Function Clone As Object

Returns

TypeDescription
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

Palette Class

Palette Members

DevExpress.XtraCharts Namespace