See Also

LegendsCollection Class  | LegendsCollection Members

Language

Visual Basic

C#

Show All

index
The index at which the legend is inserted.
value
The legend to insert.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Insert Method

Inserts a legend into the collection at the specified index.

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

Parameters

index
The index at which the legend is inserted.
value
The legend to insert.

See Also

LegendsCollection Class  | LegendsCollection Members

 

 


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