ChartHitInfo.FibonacciIndicator Property
In This Article
OBSOLETE
This property is now obsolete. Use the Indicator property instead.
Gets a Fibonacci Indicator which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Obsolete("This property is now obsolete. Use the Indicator property instead.")]
public FibonacciIndicator FibonacciIndicator { get; }
#Property Value
Type | Description |
---|---|
Fibonacci |
A Fibonacci |
#Remarks
This property is now obsolete. Instead, use the ChartHitInfo.Indicator property .
See Also