Version

Add Method (AxisCollection)

Adds a new Axis into the collection with the specified type and groupo.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also