Version

Remove(AxisType,AxisGroup) Method

Removes an axis from the collection.
Syntax
public bool Remove( 
   AxisType type,
   AxisGroup group
)

Parameters

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

Return Value

True if the axis was removed, otherwise false.
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