Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapData Class
Properties Methods


In This Topic
    NHeatMapData Class Members
    In This Topic

    The following tables list the members exposed by NHeatMapData.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the size of the data sorage in the X-dimension.  
    Public PropertyGets or sets the size of the data sorage in the Y-dimension.  
    Public PropertyGets or sets the elevation value at the specified two-dimensional index.  
    Public PropertyGets or set the values array of the heat map  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all data from the storage.  
    Public MethodCreates an identical copy of this NHeatMapData object  
    Public MethodGets the elevation value at the specified two-dimensional index.  
    Public MethodGets the elevation value at a apecified two-dimensional index.  
    Public MethodInitializes the grid surface data from a Bitmap image.  
    Public MethodNotifies the chart that the data has changed  
    Public MethodSets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells.  
    Public MethodOverloaded. Sets the elevation value at the specified two-dimensional index.  
    Public MethodSets the values in the storage to the specified value  
    Top
    See Also