Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / CanChangeSeriesType Method
The source series.


In This Topic
    CanChangeSeriesType Method
    In This Topic
    Determines whether this instance can change the series type of the specified source series.
    Syntax
    'Declaration
     
    
    Public Function CanChangeSeriesType( _
       ByVal sourceSeries As Series _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim sourceSeries As Series
    Dim value As Boolean
     
    value = instance.CanChangeSeriesType(sourceSeries)
    public bool CanChangeSeriesType( 
       Series sourceSeries
    )

    Parameters

    sourceSeries
    The source series.

    Return Value

    true if this instance can change the series type to the specified source series; otherwise, false.
    See Also