FibonacciIndicator.Label Property
In This Article
Gets the set of label-related properties of the Fibonacci Indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public FibonacciIndicatorLabel Label { get; }
#Property Value
Type | Description |
---|---|
Fibonacci |
A Fibonacci |
#Remarks
Use this property to define the indicator label’s font, text color, visibility, etc.
See Also