Back to Devexpress

ChartHitInfo.InFibonacciIndicator Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-1a4a2bb9.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Obsolete("This property is now obsolete. Use the InIndicator property instead.")]
public bool InFibonacciIndicator { get; }
vb
<Obsolete("This property is now obsolete. Use the InIndicator property instead.")>
Public ReadOnly Property InFibonacciIndicator As Boolean

Property Value

TypeDescription
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

InIndicator

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace