Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeries Class / GridDisplayMode Property


In This Topic
    GridDisplayMode Property
    In This Topic
    The heat map grid style
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("The style of the heatmap grid.")>
    Public Property GridDisplayMode As HeatMapGridDisplayMode
    'Usage
     
    
    Dim instance As NHeatMapSeries
    Dim value As HeatMapGridDisplayMode
     
    instance.GridDisplayMode = value
     
    value = instance.GridDisplayMode
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("The style of the heatmap grid.")]
    public HeatMapGridDisplayMode GridDisplayMode {get; set;}
    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