ChartHitInfo.InFibonacciIndicator Property
OBSOLETE
This property is now obsolete. Use the InIndicator property instead.
Gets a value indicating whether the test point is within the Fibonacci Indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.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