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


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class > AddSurfaceChart Method : AddSurfaceChart(String,SpreadSurfaceChartType,String,Int32,Double,Int32,Double,Double,Double) Method
The surface chart name.
Type of the chart.
The data formula.
The row.
The row offset.
The column.
The column offset.
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 row As System.Integer, _
   ByVal rowOffset As System.Double, _
   ByVal column As System.Integer, _
   ByVal columnOffset 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 row As System.Integer
Dim rowOffset As System.Double
Dim column As System.Integer
Dim columnOffset As System.Double
Dim width As System.Double
Dim height As System.Double
Dim value As SpreadSurfaceChart
 
value = instance.AddSurfaceChart(name, chartType, dataFormula, row, rowOffset, column, columnOffset, width, height)
public SpreadSurfaceChart AddSurfaceChart( 
   System.string name,
   SpreadSurfaceChartType chartType,
   System.string dataFormula,
   System.int row,
   System.double rowOffset,
   System.int column,
   System.double columnOffset,
   System.double width,
   System.double height
)

Parameters

name
The surface chart name.
chartType
Type of the chart.
dataFormula
The data formula.
row
The row.
rowOffset
The row offset.
column
The column.
columnOffset
The column offset.
width
The width.
height
The height.
See Also

Reference

Worksheet Class
Worksheet Members
Overload List