Nevron .NET Vision
Nevron.Chart Namespace / NTimelineScaleRow Class / UseGridStyle Property


In This Topic
    UseGridStyle Property
    In This Topic
    Gets or sets a value indicating whether to use the grid line style specified by this row or the default major grid line style specified from the configurator
    Syntax
    'Declaration
     
    
    Public Property UseGridStyle As System.Boolean
    'Usage
     
    
    Dim instance As NTimelineScaleRow
    Dim value As System.Boolean
     
    instance.UseGridStyle = value
     
    value = instance.UseGridStyle
    public System.bool UseGridStyle {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