Spread Silverlight Documentation
SpreadChart Constructor(String,SpreadChartType,Double,Double,Double,Double)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChart Class > SpreadChart Constructor : SpreadChart Constructor(String,SpreadChartType,Double,Double,Double,Double)
The name of the chart.
The type of the chart.
The x location of the chart.
The y location of the chart.
The width of the chart.
The height of the chart.
Initializes a new instance of the SpreadChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal type As SpreadChartType, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'Usage
 
Dim name As System.String
Dim type As SpreadChartType
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New SpreadChart(name, type, x, y, width, height)
public SpreadChart( 
   System.string name,
   SpreadChartType type,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

Parameters

name
The name of the chart.
type
The type of the chart.
x
The x location of the chart.
y
The y location of the chart.
width
The width of the chart.
height
The height of the chart.
See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List