Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ChangeSeriesType(Series,Series) Method
The source series.
The target series.


In This Topic
ChangeSeriesType(Series,Series) Method
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)

Parameters

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