Back to Devexpress

FibonacciIndicator.Label Property

corelibraries-devexpress-dot-xtracharts-dot-fibonacciindicator-404e9758.md

latest1.5 KB
Original Source

FibonacciIndicator.Label Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public FibonacciIndicatorLabel Label { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
Public ReadOnly Property Label As FibonacciIndicatorLabel

Property Value

TypeDescription
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

FibonacciIndicator Class

FibonacciIndicator Members

DevExpress.XtraCharts Namespace