ActiveReports 12
Insert Method (LegendsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : Insert Method
The index at which the legend is inserted.
The legend to insert.
Inserts a legend into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Legend _
) 
public void Insert( 
   int index,
   Legend value
)

Parameters

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

Reference

LegendsCollection Class
LegendsCollection Members