Spread for ASP.NET 8.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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ChartModel Class
ChartModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.