Spread for ASP.NET 7.0 Product Documentation
SeriesDataField Constructor(FpSpread,String,String)
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SeriesDataField Class > SeriesDataField Constructor : SeriesDataField Constructor(FpSpread,String,String)


spread
The spread.
name
The name.
formula
The formula.

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 _
)
Visual Basic (Usage)Copy Code
Dim spread As FpSpread
Dim name As String
Dim formula As String
 
Dim instance As New SeriesDataField(spread, name, formula)
C# 
public SeriesDataField( 
   FpSpread spread,
   string name,
   string formula
)

Parameters

spread
The spread.
name
The name.
formula
The formula.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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