Skip to main content

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.v23.2.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