corelibraries-devexpress-dot-xtracharts-f12f57c4.md
Represents a Fibonacci Indicator‘s label.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class FibonacciIndicatorLabel :
TitleBase,
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing
Public Class FibonacciIndicatorLabel
Inherits TitleBase
Implements ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing
The following members return FibonacciIndicatorLabel objects:
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.
Object ChartElement TitleBase FibonacciIndicatorLabel
See Also