Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / SpreadSurfaceChart Constructor / SpreadSurfaceChart Constructor(String)
The name of spread surface chart.


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

    Parameters

    name
    The name of spread surface chart.
    See Also