Spread for ASP.NET 12 Product Documentation
SpreadChart Constructor(String,Type,Point,Size)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class > SpreadChart Constructor : SpreadChart Constructor(String,Type,Point,Size)
The formula.
Type of the series.
The location.
The size.
Initializes a new instance of the SpreadChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal formula As String, _
   ByVal seriesType As Type, _
   ByVal location As Point, _
   ByVal size As Size _
)
'Usage
 
Dim formula As String
Dim seriesType As Type
Dim location As Point
Dim size As Size
 
Dim instance As New SpreadChart(formula, seriesType, location, size)
public SpreadChart( 
   string formula,
   Type seriesType,
   Point location,
   Size size
)

Parameters

formula
The formula.
seriesType
Type of the series.
location
The location.
size
The size.
See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List