Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / CopySeriesSetting Method
The source series.
The target series.
if set to true copy inner series.
if set to true allow the shape to change.


In This Topic
    CopySeriesSetting Method
    In This Topic
    Copies the series setting.
    Syntax
    'Declaration
     
    
    Public Sub CopySeriesSetting( _
       ByVal sourceSeries As Series, _
       ByVal targetSeries As Series, _
       ByVal copyInnerSeries As Boolean, _
       ByVal allowChangeShape As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sourceSeries As Series
    Dim targetSeries As Series
    Dim copyInnerSeries As Boolean
    Dim allowChangeShape As Boolean
     
    instance.CopySeriesSetting(sourceSeries, targetSeries, copyInnerSeries, allowChangeShape)

    Parameters

    sourceSeries
    The source series.
    targetSeries
    The target series.
    copyInnerSeries
    if set to true copy inner series.
    allowChangeShape
    if set to true allow the shape to change.
    See Also