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


The spread.
The name.
The formula.
Type of the data.
The data setting
The data orientation
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, _
   ByVal dataOrientation As DataOrientation _
)
'Usage
 
Dim spread As FpSpread
Dim name As String
Dim formula As String
Dim dataType As SegmentDataType
Dim dataSetting As ChartDataSetting
Dim dataOrientation As DataOrientation
 
Dim instance As New SeriesDataField(spread, name, formula, dataType, dataSetting, dataOrientation)
public SeriesDataField( 
   FpSpread spread,
   string name,
   string formula,
   SegmentDataType dataType,
   ChartDataSetting dataSetting,
   DataOrientation dataOrientation
)

Parameters

spread
The spread.
name
The name.
formula
The formula.
dataType
Type of the data.
dataSetting
The data setting
dataOrientation
The data orientation
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SeriesDataField Class
SeriesDataField Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.