FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / Add Method
Label area.


Add Method (LabelAreaCollection)
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)

Parameters

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