Skip to main content
All docs
V25.1
  • HeatmapPointMappingInfo.Value Property

    Gets or sets the name of the data field that provides weight values for heatmap points.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue("")]
    public string Value { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The data field name.

    See Also