Skip to main content

FibonacciIndicator.Label Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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