Skip to main content

Indicator.Name Property

Gets or sets the name of the indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
String

A String value representing the name of the indicator.

See Also