Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / SpreadSurfaceChart Constructor / SpreadSurfaceChart Constructor(String,SpreadSurfaceChartType,String,Double,Double,Double,Double)
The name of spread surface chart.
The type of spread surface chart.
The data formula of spread surface chart.
The x location of spread surface chart.
The y location of spread surface chart.
The width of spread surface chart.
The height of spread surface chart.


In This Topic
    SpreadSurfaceChart Constructor(String,SpreadSurfaceChartType,String,Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the SpreadSurfaceChart class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal type As SpreadSurfaceChartType, _
       ByVal dataFormula As String, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    'Usage
     
    Dim name As String
    Dim type As SpreadSurfaceChartType
    Dim dataFormula As String
    Dim x As Double
    Dim y As Double
    Dim width As Double
    Dim height As Double
     
    Dim instance As New SpreadSurfaceChart(name, type, dataFormula, x, y, width, height)
    public SpreadSurfaceChart( 
       string name,
       SpreadSurfaceChartType type,
       string dataFormula,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    name
    The name of spread surface chart.
    type
    The type of spread surface chart.
    dataFormula
    The data formula of spread surface chart.
    x
    The x location of spread surface chart.
    y
    The y location of spread surface chart.
    width
    The width of spread surface chart.
    height
    The height of spread surface chart.
    See Also