Skip to main content

DeltaMap.TargetValueName Property

Gets or sets the name of a measure that provides target values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
String null

A String that specifies a measure name.

See Also