Version

Add Method (AxisCollection)

Adds a new Axis into the collection with the specified type and groupo.
Syntax
'Declaration
 
Public Function Add( _
   ByVal type As AxisType, _
   Optional ByVal group As AxisGroup _
) As Axis
public Axis Add( 
   AxisType type,
   AxisGroup group
)

Parameters

type
The type of the axis.
group
The axis group, defaults to primary.

Return Value

The newly added Axis
Remarks

Note: If there is an axis already in the collection of the type and group specified it will be replaced with the newly added one.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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