Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartControlState Class / NChartControlState Constructor / NChartControlState Constructor(NChartDocumentState)


In This Topic
    NChartControlState Constructor(NChartDocumentState)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal documentState As NChartDocumentState _
    )
    'Usage
     
    
    Dim documentState As NChartDocumentState
     
    Dim instance As New NChartControlState(documentState)
    public NChartControlState( 
       NChartDocumentState documentState
    )

    Parameters

    documentState
    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