Spread Windows Forms 12.0 Product Documentation
Add Method (LabelAreaCollection)


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

Parameters

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

Reference

LabelAreaCollection Class
LabelAreaCollection Members