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



axisMarkerCollection
The AxisMarkerCollection to add.
Adds a specified AxisMarkerCollection to this collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Add( _
   ByVal axisMarkerCollection As AxisMarkerCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxisMarkerCollection
Dim axisMarkerCollection As AxisMarkerCollection
 
instance.Add(axisMarkerCollection)
C# 
public void Add( 
   AxisMarkerCollection axisMarkerCollection
)
C++/CLI 
public:
void Add( 
   AxisMarkerCollection^ axisMarkerCollection
) 

Parameters

axisMarkerCollection
The AxisMarkerCollection to add.

See Also