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
);
LegendItemsCollection Class | LegendItemsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.