Skip to main content

CustomPalette.Colors Property

Gets the colors of the custom palette.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public ColorCollection Colors { get; }

#Property Value

Type Description
ColorCollection

A ColorCollection object that represents the palette's collection of colors.

See Also