Skip to main content

IndicatorModel.Name Property

Gets or sets the value of the Indicator.Name within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Misc")]
[LocalizableCategory(DesignerCategories.Misc)]
public string Name { get; set; }

Property Value

Type Description
String

The name of the indicator instance.

See Also