Skip to main content

ChartControl.IndicatorsPalette Property

Gets or sets the palette which is used to draw the indicator line.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IndicatorsPalette IndicatorsPalette { get; set; }

Property Value

Type Description
IndicatorsPalette

An IndicatorsPalette object that is the indicator’s palette with colors.

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