Skip to main content

ChartCalculatedField.DisplayName Property

Gets or sets the calculated field’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 calculated field’s display name.

Remarks

The calculated field’s display name in the Chart Designer‘s Chart Data tab. If DisplayName is not specified, the FieldName property value is used.

See Also