.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartAreaCollection Class : ChartAreaCollection Constructor
ChartAreaCollection Constructor
Creates a new instance of ChartAreaCollection with the specified list of ChartArea objects.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray chartAreaList() As ChartArea _
)
'Usage
 
Dim chartAreaList() As ChartArea
 
Dim instance As New ChartAreaCollection(chartAreaList)
public ChartAreaCollection( 
   params ChartArea[] chartAreaList
)

Parameters

chartAreaList
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also