IndicatorLabel.Indicator Property
In This Article
Provides access to the Fibonacci Indicators to change the appearance of the indicator label.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public FibonacciIndicator Indicator { get; }
#Property Value
Type | Description |
---|---|
Fibonacci |
A Fibonacci |
See Also