In This Topic
Determines whether this instance can change the series type of the specified source series.
Syntax
'Declaration
Public Sub ChangeSeriesType( _
ByVal As Series, _
ByVal As Series _
)
'Usage
Dim instance As SpreadChart
Dim sourceSeries As Series
Dim targetSeries As Series
instance.ChangeSeriesType(sourceSeries, targetSeries)
public void ChangeSeriesType(
Series ,
Series
)
Parameters
- sourceSeries
- The source series.
- targetSeries
- The target series.
Example
This example uses the ChangeSeriesType method.
See Also