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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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