Skip to main content

Indicator.IndicatorName Property

Returns the localized name of the indicator type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

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

#Property Value

Type Description
String

A String value.

See Also