Spread Windows Forms 12.0 Product Documentation
SeriesDataField Constructor(FpSpread,String,String,SegmentDataType,ChartDataSetting)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SeriesDataField Class > SeriesDataField Constructor : SeriesDataField Constructor(FpSpread,String,String,SegmentDataType,ChartDataSetting)
The spread.
The name.
The formula.
Type of the data.
The data setting
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, _
   ByVal dataSetting As ChartDataSetting _
)
'Usage
 
Dim spread As FpSpread
Dim name As String
Dim formula As String
Dim dataType As SegmentDataType
Dim dataSetting As ChartDataSetting
 
Dim instance As New SeriesDataField(spread, name, formula, dataType, dataSetting)
public SeriesDataField( 
   FpSpread spread,
   string name,
   string formula,
   SegmentDataType dataType,
   ChartDataSetting dataSetting
)

Parameters

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

Reference

SeriesDataField Class
SeriesDataField Members
Overload List