Skip to main content

Indicator.DisplayName Property

Gets or sets the indicator’s display name.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

The string that is the indicator’s display name.

Remarks

This name is used to identify the indicator in a legend if the LegendText property is not specified.

See Also