| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal item As LegendItem _ ) | |
| C# | |
|---|---|
public void Remove( LegendItem item ) | |
Parameters
- item
- The LegendItem to remove from the collection.
|
| ActiveReports Developer 7 | |
| Remove Method | |
| See Also | |
| GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : Remove Method |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal item As LegendItem _ ) | |
| C# | |
|---|---|
public void Remove( LegendItem item ) | |