Skip to main content
A newer version of this page is available. .

CustomIndicatorsPalette.Colors Property

Gets the colors of the custom indicators palette.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public ColorCollection Colors { get; }

Property Value

Type Description
ColorCollection

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

Remarks

Remakrs

Make sure that you do not specify this property and ColorItemsSource simultaneously. The Chart Control throws an exception if you do this.

See Also