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.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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