DeleteEntry Method
The DeleteEntry method deletes the specified legend entry.
Syntax
object.DeleteEntry( index )
Parameter | Type | Description |
index | Short | required, index of legend entry to be deleted (returned by AddEntry) |
Example
This example shows how to delete the first legend entry from the legend.
Legend.DeleteEntry(1)
Used by: AutoLegend object