ChartControl.IndicatorsPalette Property
In This Article
Gets or sets the palette which is used to draw the indicator line.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public IndicatorsPalette IndicatorsPalette { get; set; }
#Property Value
Type | Description |
---|---|
Indicators |
An Indicators |
#Remarks
The IndicatorsPalette property defines colors for an indicator line. It can be set either to the DefaultIndicatorsPalette object that uses the default indicator color, or to the CustomIndicatorsPalette object. A custom indicator palette’s colors are stored in the ColorCollection, which is available via the CustomIndicatorsPalette.Colors property.
For more information, refer to Chart Themes and Palettes.
See Also