Back to Devexpress

ChartControl.IndicatorsPaletteName Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-5b9d5725.md

latest2.2 KB
Original Source

ChartControl.IndicatorsPaletteName Property

Specifies the palette that is used to paint all indicators that exist in a chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public string IndicatorsPaletteName { get; set; }
vb
Public Property IndicatorsPaletteName As String

Property Value

TypeDescription
String

A String value, specifying the palette name.

|

Remarks

In addition to the ChartControl.PaletteName property, which defines the appearance of chart elements, use the IndicatorsPaletteName property, to define a separate palette for indicators.

To assign a custom palette, use the approach shown in Create a Custom Palette.

For more information, see Indicators and Appearance Customization.

See Also

PaletteName

Indicators

Appearance Customization

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace