Back to Devexpress

Palette.Assign(Palette) Method

corelibraries-devexpress-dot-xtracharts-dot-palette-dot-assign-x28-devexpress-dot-xtracharts-dot-palette-x29.md

latest1.5 KB
Original Source

Palette.Assign(Palette) Method

Copies all the elements from the Palette object passed as the parameter.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public void Assign(
    Palette palette
)
vb
Public Sub Assign(
    palette As Palette
)

Parameters

NameTypeDescription
palettePalette

A Palette object whose elements are copied to the current object. If null ( Nothing in Visual Basic), then a ArgumentNullException will be thrown.

|

Remarks

The Assign method clears the Palette collection and copies all the elements from the specified Palette object.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace