Skip to main content
A newer version of this page is available. .

Indicator.Color Property

Specifies the indicator‘s color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure, specifying the color of the indicator.

Remarks

Use the Color and Indicator.LineStyle properties, to define an indicator’s appearance.

For more information, see Indicators.

See Also