dotnetCHARTING Send comments on this topic.
Add(LegendBox) Method
See Also 
dotnetCHARTING Namespace > LegendBoxCollection Class > Add Method : Add(LegendBox) Method


legendBox

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal legendBox As LegendBox _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As LegendBoxCollection
Dim legendBox As LegendBox
Dim value As Integer
 
value = instance.Add(legendBox)
C#  
public int Add( 
   LegendBox legendBox
)

Parameters

legendBox

See Also