Back to Devexpress

FibonacciIndicatorLabel Class

corelibraries-devexpress-dot-xtracharts-f12f57c4.md

latest2.2 KB
Original Source

FibonacciIndicatorLabel Class

Represents a Fibonacci Indicator‘s label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FibonacciIndicatorLabel :
    TitleBase,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing
vb
Public Class FibonacciIndicatorLabel
    Inherits TitleBase
    Implements 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

FibonacciIndicatorLabel Members

Label

DevExpress.XtraCharts Namespace