FibonacciIndicator.Label Property
In This Article
Gets or sets the set of label-related properties of the Fibonacci indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public IndicatorLabel Label { get; set; }
#Property Value
Type | Description |
---|---|
Indicator |
An Indicator |
#Remarks
Use this property to define the indicator label’s font, text color, visibility, etc.
For more information, see Fibonacci Indicators.
See Also