Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapData Class
Members


In This Topic
    NHeatMapData Class
    In This Topic
    Each NHeatMap series has an associated NHeatMapData object which represents the data storage for the heat map series. The data storage is two-dimensional and contains only elevation data.
    Object Model
    NHeatMapData Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.SerializableAttribute()>
    Public Class NHeatMapData 
    'Usage
     
    
    Dim instance As NHeatMapData
    [System.Reflection.DefaultMember("Item")]
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Serializable()]
    public class NHeatMapData 
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NHeatMapData

    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