.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > AxisMarkerCollection Class > Add Method : Add(AxisMarkerCollection) Method
The AxisMarkerCollection to add.
Add(AxisMarkerCollection) Method
Adds a specified AxisMarkerCollection to this collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal axisMarkerCollection As AxisMarkerCollection _
) 
'Usage
 
Dim instance As AxisMarkerCollection
Dim axisMarkerCollection As AxisMarkerCollection
 
instance.Add(axisMarkerCollection)

Parameters

axisMarkerCollection
The AxisMarkerCollection to add.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also