ComponentOne Chart for WPF and Silverlight
Add Method (PlotAreaCollection)


C1.WPF.C1Chart Namespace > PlotAreaCollection Class : Add Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Add( _
   ByVal item As PlotArea _
) 
'Usage
 
Dim instance As PlotAreaCollection
Dim item As PlotArea
 
instance.Add(item)
[__DynamicallyInvokable()]
public void Add( 
   PlotArea item
)

Parameters

item
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members