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


In This Topic
    GridStrokeStyle Property
    In This Topic
    The heat map grid style stroke
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Stroke style applied to the heat map grid.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property GridStrokeStyle As NStrokeStyle
    'Usage
     
    
    Dim instance As NHeatMapSeries
    Dim value As NStrokeStyle
     
    instance.GridStrokeStyle = value
     
    value = instance.GridStrokeStyle
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Stroke style applied to the heat map grid.")]
    [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NStrokeStyle GridStrokeStyle {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