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


In This Topic
    SpreadChart Constructor()
    In This Topic
    Initializes a new instance of the SpreadChart class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New SpreadChart()
    public 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