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

FibonacciIndicatorCollection.Contains(FibonacciIndicator) Method

Determines whether the collection contains the specified Fibonacci Indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Contains(
    FibonacciIndicator fibonacciIndicator
)

Parameters

Name Type Description
fibonacciIndicator FibonacciIndicator

A FibonacciIndicator object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified Fibonacci indicator; otherwise, false.

See Also