ChartHitInfo.InFibonacciIndicator Property
In This Article
OBSOLETE
This property is now obsolete. Use the In
Gets a value indicating whether the test point is within the Fibonacci Indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Obsolete("This property is now obsolete. Use the InIndicator property instead.")]
public bool InFibonacciIndicator { get; }
#Property Value
Type | Description |
---|---|
Boolean | true if the test point is within a Fibonacci Indicator; otherwise, false. |
#Remarks
This property is now obsolete. Instead, use the ChartHitInfo.InIndicator property .
See Also