Back to Devexpress

Indicator.IndicatorName Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-299c4e18.md

latest1.1 KB
Original Source

Indicator.IndicatorName Property

Returns the localized name of the indicator type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public abstract string IndicatorName { get; }
vb
<Browsable(False)>
Public MustOverride ReadOnly Property IndicatorName As String

Property Value

TypeDescription
String

A String value.

|

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace