FibonacciIndicatorLabel Class
Represents a Fibonacci Indicator‘s label.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class FibonacciIndicatorLabel :
TitleBase,
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing
Related API Members
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