Skip to main content

CustomIndicatorsPalette.Colors Property

Gets the colors of the custom indicators palette.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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