dotnetCHARTING Send comments on this topic.
Add(ChartAreaCollection) Method
See Also 
dotnetCHARTING Namespace > ChartAreaCollection Class > Add Method : Add(ChartAreaCollection) Method


chartAreaCollection
The ChartAreaCollection to add.
Adds a specified ChartAreaCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal chartAreaCollection As ChartAreaCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartAreaCollection
Dim chartAreaCollection As ChartAreaCollection
 
instance.Add(chartAreaCollection)
C# 
public void Add( 
   ChartAreaCollection chartAreaCollection
)

Parameters

chartAreaCollection
The ChartAreaCollection to add.

See Also

© 2010 All Rights Reserved.