Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartRuntimeLicense Class / ChartRuntimeLicense Constructor
Type


In This Topic
    ChartRuntimeLicense Constructor
    In This Topic
    Creates a new runtime license of the specified type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New ChartRuntimeLicense(type)
    public ChartRuntimeLicense( 
       Type type
    )

    Parameters

    type
    Type
    See Also