Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ChangeChartType Method
The target model.


In This Topic
    ChangeChartType Method (SpreadChart)
    In This Topic
    Changes the type of the chart.
    Syntax
    'Declaration
     
    
    Public Sub ChangeChartType( _
       ByVal targetModel As ChartModel _
    ) 
    'Usage
     
    
    Dim instance As SpreadChart
    Dim targetModel As ChartModel
     
    instance.ChangeChartType(targetModel)
    public void ChangeChartType( 
       ChartModel targetModel
    )

    Parameters

    targetModel
    The target model.
    See Also