See Also

LegendItemsCollection Class  | LegendItemsCollection Members

Language

Visual Basic

C#

Show All

index
The zero-based index at which the LegendItem should be inserted.
item
The LegendItem to insert.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Insert Method

Inserts a LegendItem into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal item As LegendItem _ )
[C#]
public void Insert(    int index,    LegendItem item );

Parameters

index
The zero-based index at which the LegendItem should be inserted.
item
The LegendItem to insert.

See Also

LegendItemsCollection Class  | LegendItemsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.