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

FibonacciIndicatorLabel Class

Represents a Fibonacci Indicator‘s label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class FibonacciIndicatorLabel :
    TitleBase,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing

The following members return FibonacciIndicatorLabel objects:

Remarks

Among others, the FibonacciIndicatorLabel introduces the following property, which is specific for a Fibonacci Indicator only: FibonacciIndicatorLabel.BaseLevelTextColor, which determines the text color for labels of Fibonacci Indicators’ base levels (which vary, dependent on the Fibonacci Indicator kind).

An instance of the FibonacciIndicatorLabel class can be obtained via the FibonacciIndicator.Label property.

Inheritance

Object
ChartElement
TitleBase
FibonacciIndicatorLabel
See Also