dotnetCHARTING Send comments on this topic.
ChartAreaCollection Constructor
See Also 
dotnetCHARTING Namespace > ChartAreaCollection Class : ChartAreaCollection Constructor


chartAreaList
Creates a new instance of ChartAreaCollection with the specified list of ChartArea objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray chartAreaList() As ChartArea _
)
Visual Basic (Usage)Copy Code
Dim chartAreaList() As ChartArea
 
Dim instance As ChartAreaCollection(chartAreaList)
C# 
public ChartAreaCollection( 
   params ChartArea[] chartAreaList
)

Parameters

chartAreaList

See Also

© 2010 All Rights Reserved.