Skip to main content

FibonacciIndicator.IndicatorName Property

Returns the localized name of the indicator type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public override string IndicatorName { get; }

Property Value

Type Description
String

A String value.

See Also