Spread for ASP.NET 9.0 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ChartModel Class
ChartModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.