Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The data field name.

See Also