Spread Silverlight Documentation
AddSurfaceChart(String,SpreadSurfaceChartType,String,Double,Double,Double,Double) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class > AddSurfaceChart Method : AddSurfaceChart(String,SpreadSurfaceChartType,String,Double,Double,Double,Double) Method
The surface chart name.
The type of the chart.
The data formula.
The x value or left position.
The y value or top position.
The width.
The height.
Adds the surface chart.
Syntax
'Declaration
 
Public Overloads Function AddSurfaceChart( _
   ByVal name As System.String, _
   ByVal chartType As SpreadSurfaceChartType, _
   ByVal dataFormula As System.String, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) As SpreadSurfaceChart
'Usage
 
Dim instance As Worksheet
Dim name As System.String
Dim chartType As SpreadSurfaceChartType
Dim dataFormula As System.String
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
Dim value As SpreadSurfaceChart
 
value = instance.AddSurfaceChart(name, chartType, dataFormula, x, y, width, height)
public SpreadSurfaceChart AddSurfaceChart( 
   System.string name,
   SpreadSurfaceChartType chartType,
   System.string dataFormula,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

Parameters

name
The surface chart name.
chartType
The type of the chart.
dataFormula
The data formula.
x
The x value or left position.
y
The y value or top position.
width
The width.
height
The height.
See Also

Reference

Worksheet Class
Worksheet Members
Overload List