Spread Windows Forms 12.0 Product Documentation
Add Method (LegendAreaCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LegendAreaCollection Class : Add Method
Legend area.
Adds a legend area to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As LegendArea _
) 
'Usage
 
Dim instance As LegendAreaCollection
Dim item As LegendArea
 
instance.Add(item)
public void Add( 
   LegendArea item
)

Parameters

item
Legend area.
Exceptions
ExceptionDescription
item is a null reference (Nothing in VB).
See Also

Reference

LegendAreaCollection Class
LegendAreaCollection Members