A newer version of this page is available.
Switch to the current version.
Indicator.Color Property
Specifies the indicator's color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color Color { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<XtraSerializableProperty>
Public Property Color As Color
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
Feedback