See Also

AxisMarkerCollection Class  | AxisMarkerCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

index
The zero-based index into the collection at which to insert the axis.
axisMarker
The axis marker to insert into this collection.
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

Insert Method

Inserts an axis marker into this collection at a specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal axisMarker As AxisMarker _ )
[C#]
public void Insert(    int index,    AxisMarker axisMarker );
[JScript]
public function Insert(    index : int,    axisMarker : AxisMarker );

Parameters

index
The zero-based index into the collection at which to insert the axis.
axisMarker
The axis marker to insert into this collection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

AxisMarkerCollection Class  | AxisMarkerCollection Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.