Spread Windows Forms 6.0 Product Documentation
SeriesDataField Class
Members  See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : SeriesDataField Class


Glossary Item Box

Represents data source of Series using formula.

Object Model

SeriesDataField Class

Syntax

Visual Basic (Declaration) 
Public Class SeriesDataField 
   Implements FarPoint.Win.Chart.IChartSupportDataSource 
Visual Basic (Usage)Copy Code
Dim instance As SeriesDataField
C# 
public class SeriesDataField : FarPoint.Win.Chart.IChartSupportDataSource  

Remarks

SeriesDataField isn't fully data source of Series. If a Series need more than one value (like HighLowBar series), it will need more than one SeriesDataField as data source. Each SeriesDataField will be binded as data source of corresponding value.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.Chart.SeriesDataField

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.