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

FibonacciIndicator.Label Property

Gets the set of label-related properties of the Fibonacci Indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public FibonacciIndicatorLabel Label { get; }

Property Value

Type Description
FibonacciIndicatorLabel

A FibonacciIndicatorLabel object which represents label properties of the indicator.

Remarks

Use this property to define the indicator label’s font, text color, visibility, etc.

See Also