Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendAreaCollection Class / Add Method
Legend area.


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

Parameters

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