Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SeriesDataField Class
Members


In This Topic
    SeriesDataField Class
    In This Topic
    Represents the series data source using a formula.
    Object Model
    SeriesDataField Class
    Syntax
    'Declaration
     
    
    Public Class SeriesDataField 
       Implements FarPoint.Web.Chart.IMatrixData 
    'Usage
     
    
    Dim instance As SeriesDataField
    public class SeriesDataField : FarPoint.Web.Chart.IMatrixData  
    Remarks
    SeriesDataField is not a complete data source for the series. If a series needs more than one value (like HighLowBar series), it needs more than one SeriesDataField as a data source. Each SeriesDataField is bound as a data source of the corresponding value.
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.Chart.SeriesDataField

    See Also