Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ChangeChartType(ChartModel) Method
The target model.


In This Topic
ChangeChartType(ChartModel) Method
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)

Parameters

targetModel
The target model.
See Also