Skip to main content
All docs
V25.1
  • DeltaMap.TargetValueName Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.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