Back to Devexpress

FibonacciIndicator.Label Property

wpf-devexpress-dot-xpf-dot-charts-dot-fibonacciindicator.md

latest1.3 KB
Original Source

FibonacciIndicator.Label Property

Gets or sets the set of label-related properties of the Fibonacci indicator.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IndicatorLabel Label { get; set; }
vb
Public Property Label As IndicatorLabel

Property Value

TypeDescription
IndicatorLabel

An IndicatorLabel object which represents label properties of the indicator.

|

Remarks

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

For more information, see Fibonacci Indicators.

See Also

FibonacciIndicator Class

FibonacciIndicator Members

DevExpress.Xpf.Charts Namespace