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


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

Parameters

seriesType
Type of the series.
viewType
Chart view type.
location
The location.
size
The size.
See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List