Skip to main content
A newer version of this page is available. .

Indicator.Name Property

Gets or sets the name of the indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }

Property Value

Type Description
String

A String value representing the name of the indicator.

See Also