Skip to main content

FibonacciIndicatorCollection Class

Represents a collection of Fibonacci Indicators of a specific series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class FibonacciIndicatorCollection :
    FinancialIndicatorCollection

Remarks

An object of the FibonacciIndicatorCollection type is returned by the FinancialIndicators.FibonacciIndicators property, which is now obsolete. The FibonacciIndicatorCollection class isn’t used anymore, and is only retained for backward compatibility.

Now, individual FibonacciIndicator objects are stored in the IndicatorCollection (along with other indicator types available), returned by the XYDiagram2DSeriesViewBase.Indicators property.

For more information, refer to Fibonacci Indicators.

See Also