Back to Devexpress

HeatmapPointMappingInfo Class

windowsforms-devexpress-dot-xtramap-119165c6.md

latest1.5 KB
Original Source

HeatmapPointMappingInfo Class

Contains information on how heatmap point properties map to the data source fields.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class HeatmapPointMappingInfo :
    MapItemMappingInfoBase
vb
Public Class HeatmapPointMappingInfo
    Inherits MapItemMappingInfoBase

The following members return HeatmapPointMappingInfo objects:

Remarks

An object of the HeatmapPointMappingInfo type can be accessed via the HeatmapDataSourceAdapter.Mappings property.

Inheritance

Object MapItemMappingInfoBase HeatmapPointMappingInfo

See Also

HeatmapPointMappingInfo Members

HeatmapProvider

DevExpress.XtraMap Namespace