Back to Devexpress

FibonacciIndicatorCollection.GetFibonacciIndicatorByName(String) Method

corelibraries-devexpress-dot-xtracharts-dot-fibonacciindicatorcollection-dot-getfibonacciindicatorbyname-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

FibonacciIndicatorCollection.GetFibonacciIndicatorByName(String) Method

Gets a Fibonacci Indicator within the collection by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public FibonacciIndicator GetFibonacciIndicatorByName(
    string name
)
vb
Public Function GetFibonacciIndicatorByName(
    name As String
) As FibonacciIndicator

Parameters

NameTypeDescription
nameString

A String which specifies the name of the indicator to find.

|

Returns

TypeDescription
FibonacciIndicator

A FibonacciIndicator object that represents the indicator with the specified name.

|

Remarks

Note that this method finds only the first occurrence of an indicator with the specified name. If there are several indicators with the same name, only the first indicator found will be returned. If no element with the specified name is found, then this method returns null ( Nothing in Visual Basic).

See Also

FibonacciIndicatorCollection Class

FibonacciIndicatorCollection Members

DevExpress.XtraCharts Namespace