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


In This Topic
    ChangeSeriesType Method (SpreadChart)
    In This Topic
    Changes the type of the series.
    Syntax
    'Declaration
     
    
    Public Sub ChangeSeriesType( _
       ByVal sourceSeries As Series, _
       ByVal targetSeries As Series _
    ) 
    'Usage
     
    
    Dim instance As SpreadChart
    Dim sourceSeries As Series
    Dim targetSeries As Series
     
    instance.ChangeSeriesType(sourceSeries, targetSeries)
    public void ChangeSeriesType( 
       Series sourceSeries,
       Series targetSeries
    )

    Parameters

    sourceSeries
    The source series.
    targetSeries
    The target series.
    Remarks
    The targetSeries will be added to ChartModel.
    See Also