Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SeriesDataField Class / SeriesDataField Constructor / SeriesDataField Constructor(FpSpread,String,String,SegmentDataType)
The spread.
The name.
The formula.
Type of the data.


In This Topic
    SeriesDataField Constructor(FpSpread,String,String,SegmentDataType)
    In This Topic
    Initializes a new instance of the SeriesDataField class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread, _
       ByVal name As String, _
       ByVal formula As String, _
       ByVal dataType As SegmentDataType _
    )
    'Usage
     
    
    Dim spread As FpSpread
    Dim name As String
    Dim formula As String
    Dim dataType As SegmentDataType
     
    Dim instance As New SeriesDataField(spread, name, formula, dataType)

    Parameters

    spread
    The spread.
    name
    The name.
    formula
    The formula.
    dataType
    Type of the data.
    See Also