Skip to main content

CustomPalette.ColorsSerializable Property

Gets or sets the collection of a CustomPalette’s colors to support serialization of the custom palette type.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ColorCollection ColorsSerializable { get; set; }

Property Value

Type Description
ColorCollection

A ColorCollection object.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also