Back to Devexpress

Indicator.Name Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-fd99ddc7.md

latest1.1 KB
Original Source

Indicator.Name Property

Gets or sets the name of the indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Misc)>
Public Property Name As String

Property Value

TypeDescription
String

A String value representing the name of the indicator.

|

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace