Skip to main content

FibonacciIndicatorLabel.BaseLevelTextColor Property

Gets or sets a value defining the text color of the Fibonacci Indicator‘s base levels labels (0% or 100% depending on the indicator kind).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A Color value which represents the color of the indicator’s base level’s labels.

Remarks

There are several kinds of Fibonacci Indicators (represented by the FibonacciIndicator class), which are determined by the FibonacciIndicatorKind property. For each kind there is the option to show or hide the so-called base levels, which display the 0% or 100% levels (or both), depending on the specific indicator kind. These levels are not members of a Fibonacci sequence, but using them may be helpful to better represent a trend.

And, you can use the BaseLevelTextColor property to define a custom text color for the labels that accompany base level lines of a Fibonacci Indicator.

For more information, refer to Fibonacci Indicators.

See Also