Version

RemoveAt Method (SparklineGroupCollection)

Removes a group from the collection
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the group to remove.
Exceptions
ExceptionDescription
System.IndexOutOfRangeExceptionif the index is less than 0 or not less than the count.
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