A newer version of this page is available.
Switch to the current version.
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; }
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Kind As FibonacciIndicatorKind
Property Value
Type | Description |
---|---|
FibonacciIndicatorKind | The kind of the Fibonacci indicator. |
See Also
Feedback