.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > AxisMarkerCollection Class : AxisMarkerCollection Constructor
AxisMarkerCollection Constructor
Creates a new instance of AxisMarkerCollection with the specified list of AxisMarker objects.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray axisMarkerList() As AxisMarker _
)
'Usage
 
Dim axisMarkerList() As AxisMarker
 
Dim instance As New AxisMarkerCollection(axisMarkerList)
public AxisMarkerCollection( 
   params AxisMarker[] axisMarkerList
)

Parameters

axisMarkerList
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