Skip to main content

IndicatorLabel.Indicator Property

Provides access to the Fibonacci Indicators to change the appearance of the indicator label.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FibonacciIndicator Indicator { get; }

Property Value

Type Description
FibonacciIndicator

A FibonacciIndicator object.

See Also