IHeatmapDataSeries Interface
Provides a common interface to all heatmap data series types in SciChart. Declares common operations with heatmaps. See UniformHeatmapDataSeries<TX,TY,TZ> See NonUniformHeatmapDataSeries<TX,TY,TZ> See BaseHeatmapDataSeries<TX,TY,TZ>
Object Model

Syntax
public interface IHeatmapDataSeries : SciChart.Charting.Model.DataSeries.IDataDistributionProvider, SciChart.Charting.Model.DataSeries.IDataSeries, SciChart.Core.Framework.ISuspendable
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also