SpreadChart Constructor() | Spread ASP.NET 18
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor()
Example


SpreadChart Constructor()
Initializes a new instance of the SpreadChart class.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New SpreadChart()
Remarks
This constructor will create an empty chart. The default type is BarSeries. The default width is 495px and the default height is 305px. The default top is 0px and the default left is 0px. The default view type is 2D.
Example
This example creates a chart with data.
See Also