Skip to main content
A newer version of this page is available. .

ChartHitInfo.FibonacciIndicator Property

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.v19.1.dll

Declaration

[Obsolete("This property is now obsolete. Use the Indicator property instead.")]
public FibonacciIndicator FibonacciIndicator { get; }

Property Value

Type Description
FibonacciIndicator

A FibonacciIndicator object.

Remarks

This property is now obsolete. Instead, use the ChartHitInfo.Indicator property .

See Also