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

FibonacciIndicatorModel.Label Property

Returns the model of the label options of the modeled Fibonacci indicator.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[AllocateToGroup("Label", 12)]
[LocalizableCategory(DesignerCategories.Elements)]
public FibonacciIndicatorLabelModel Label { get; }

Property Value

Type Description
FibonacciIndicatorLabelModel

The label model.

See Also