Nevron .NET Vision
Nevron.Chart Namespace / NStyleSheetConfigurator Class / ConfigureSheet Method


In This Topic
    ConfigureSheet Method (NStyleSheetConfigurator)
    In This Topic
    Configures the specified style sheet
    Syntax
    'Declaration
     
    
    Public MustOverride Sub ConfigureSheet( _
       ByVal sheet As NStyleSheet _
    ) 
    'Usage
     
    
    Dim instance As NStyleSheetConfigurator
    Dim sheet As NStyleSheet
     
    instance.ConfigureSheet(sheet)
    public abstract void ConfigureSheet( 
       NStyleSheet sheet
    )

    Parameters

    sheet
    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