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

FibonacciIndicatorModel.Kind Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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