Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(String,Type)
The formula.
Type of the series.
Example


In This Topic
    SpreadChart Constructor(String,Type)
    In This Topic
    Initializes a new instance of the SpreadChart class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formula As String, _
       ByVal seriesType As Type _
    )
    'Usage
     
    
    Dim formula As String
    Dim seriesType As Type
     
    Dim instance As New SpreadChart(formula, seriesType)
    public SpreadChart( 
       string formula,
       Type seriesType
    )

    Parameters

    formula
    The formula.
    seriesType
    Type of the series.
    Remarks
    The formula parameter is for the chart data. The seriesType parameter indicates which type of chart will be added.
    Example
    This example creates a chart control.
    See Also