Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(String)
The name.


In This Topic
    SpreadChart Constructor(String)
    In This Topic
    Initializes a new instance of the SpreadChart class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New SpreadChart(name)
    public SpreadChart( 
       string name
    )

    Parameters

    name
    The name.
    See Also