Spread Windows Forms 6.0 Product Documentation
SeriesDataField Constructor(FpSpread,String,String,SegmentDataType)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SeriesDataField Class > SeriesDataField Constructor : SeriesDataField Constructor(FpSpread,String,String,SegmentDataType)


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

Glossary Item Box

Initializes a new instance of the SeriesDataField class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal spread As FpSpread, _
   ByVal name As String, _
   ByVal formula As String, _
   ByVal dataType As SegmentDataType _
)
Visual Basic (Usage)Copy Code
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)
C# 
public SeriesDataField( 
   FpSpread spread,
   string name,
   string formula,
   SegmentDataType dataType
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.