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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public string Value { get; set; }

Property Value

Type Description
String

The data field name.

See Also