Inserts a ChartArea into this collection at a specified index.
[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal _ChartArea As ChartArea _
)
[C#]
public void Insert(
int index,
ChartArea _ChartArea
);
[JScript]
public function Insert(
index : int,
_ChartArea : ChartArea
);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
ChartAreaCollection Class | ChartAreaCollection Members
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.