Skip to main content

FibonacciIndicatorModel.Kind Property

Gets or sets the value of the FibonacciIndicator.Kind within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public FibonacciIndicatorKind Kind { get; set; }

Property Value

Type Description
FibonacciIndicatorKind

The kind of the Fibonacci indicator.

Available values:

Name Description
FibonacciArcs

Identifies the Arcs kind of the Fibonacci Indicators.

FibonacciFans

Identifies the Fans kind of the Fibonacci Indicators.

FibonacciRetracement

Identifies the Retracement kind of the Fibonacci Indicators.

See Also