AddRange Method (ChartAreasCollection)
In This Topic
Adds a set of chart areas to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As ChartArea _
)
public void AddRange(
ChartArea[]
)
Parameters
- areas
- The chart areas to add to the collection.
See Also