Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic (Declaration)
Language Filter: C#
ActiveReports Developer 7
Remove Method
See Also
GrapeCity.ActiveReports.Chart.v7 Assembly
>
GrapeCity.ActiveReports.Chart Namespace
>
LegendsCollection Class
: Remove Method
Visual Basic (Declaration)
C#
value
The legend to remove.
Glossary Item Box
Removes the first occurrence of a specific Legend from the collection.
Syntax
Visual Basic (Declaration)
Public Sub Remove( _ ByVal
value
As
Legend
_ )
C#
public void Remove(
Legend
value
)
Parameters
value
The legend to remove.
See Also
Reference
LegendsCollection Class
LegendsCollection Members