[]
Inserts an element into the collection at the specified index.
public void Insert(int index, Legend value)
The zero-based index at which
value
The Legend to insert.