Skip to main content

DeltaMap.ActualValueName Property

Gets or sets a display name for a measure that provides actual values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string ActualValueName { get; set; }

Property Value

Type Default Description
String null

A String specifying the display name for a measure that provides actual values.

See Also