CustomIndicatorsPalette.Colors Property
In This Article
Gets the colors of the custom indicators palette.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ColorCollection Colors { get; }
#Property Value
Type | Description |
---|---|
Color |
A Color |
#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