Back to Devexpress

CustomIndicatorsPalette.Colors Property

wpf-devexpress-dot-xpf-dot-charts-dot-customindicatorspalette.md

latest1.4 KB
Original Source

CustomIndicatorsPalette.Colors Property

Gets the colors of the custom indicators palette.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ColorCollection Colors { get; }
vb
Public ReadOnly Property Colors As ColorCollection

Property Value

TypeDescription
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

CustomIndicatorsPalette Class

CustomIndicatorsPalette Members

DevExpress.Xpf.Charts Namespace