[]
Gets or sets collection item by given index
public Legend this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets or sets collection item by given name
public Legend this[string legendName] { get; }
Type | Name | Description |
---|---|---|
string | legendName |