Skip to main content

PaletteEntry.Clone() Method

Creates a copy of the current PaletteEntry object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public object Clone()

Returns

Type Description
Object

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

Remarks

This method creates a new instance of the PaletteEntry class and copies all the values of the current PaletteEntry‘s properties to it.

See Also