[]
Get or sets custom legend item by given index
public LegendItem this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | The index of the item |
Get or sets custom legend item by given name
public LegendItem this[string legendItemName] { get; }
Type | Name | Description |
---|---|---|
string | legendItemName | The name of the item |