Spread Windows Forms 12.0 Product Documentation
ChartModel Constructor(ChartModel)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ChartModel Class > ChartModel Constructor : ChartModel Constructor(ChartModel)
Chart model to copy.
Creates a new chart model that is a deep copy of the specified chart model.
Syntax
'Declaration
 
Public Function New( _
   ByVal model As ChartModel _
)
'Usage
 
Dim model As ChartModel
 
Dim instance As New ChartModel(model)
public ChartModel( 
   ChartModel model
)

Parameters

model
Chart model to copy.
See Also

Reference

ChartModel Class
ChartModel Members
Overload List