Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / ContainsNonSeriesDataSource Method / ContainsNonSeriesDataSource(SpreadChart) Method
The chart.


In This Topic
    ContainsNonSeriesDataSource(SpreadChart) Method
    In This Topic
    Determines whether the specified chart contains a non series data source.
    Syntax
    'Declaration
     
    
    Public Overloads Function ContainsNonSeriesDataSource( _
       ByVal chart As SpreadChart _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim value As Boolean
     
    value = instance.ContainsNonSeriesDataSource(chart)
    public bool ContainsNonSeriesDataSource( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.

    Return Value

    true if the chart contains non series data source; otherwise, false.
    See Also