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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class > SpreadChart Constructor : SpreadChart Constructor(String,String,String,Type,Point,Size,ChartViewType,Boolean)
The category formula.
The name formula.
The data formula.
Type of the series.
The location.
The size.
Chart view type.
if set to true [show legend].
Initializes a new instance of the SpreadChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal categoryFormula As String, _
   ByVal nameFormula As String, _
   ByVal dataFormula As String, _
   ByVal seriesType As Type, _
   ByVal location As Point, _
   ByVal size As Size, _
   ByVal viewType As ChartViewType, _
   ByVal showLegend As Boolean _
)
'Usage
 
Dim categoryFormula As String
Dim nameFormula As String
Dim dataFormula As String
Dim seriesType As Type
Dim location As Point
Dim size As Size
Dim viewType As ChartViewType
Dim showLegend As Boolean
 
Dim instance As New SpreadChart(categoryFormula, nameFormula, dataFormula, seriesType, location, size, viewType, showLegend)
public SpreadChart( 
   string categoryFormula,
   string nameFormula,
   string dataFormula,
   Type seriesType,
   Point location,
   Size size,
   ChartViewType viewType,
   bool showLegend
)

Parameters

categoryFormula
The category formula.
nameFormula
The name formula.
dataFormula
The data formula.
seriesType
Type of the series.
location
The location.
size
The size.
viewType
Chart view type.
showLegend
if set to true [show legend].
See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List