Version

GetGroupCenterHandler Delegate

Delegate for locating the center of a group on an axis.
Syntax
public delegate double GetGroupCenterHandler( 
   int index,
   Rect window,
   Rect viewport,
   Rect effectiveViewport
)

Parameters

index
The index to find the group center for.
window
Represents the axis's window rectangle, with values between 0 and 1 indicating the zoom and scroll position.
viewport
Represents the axis's viewport.
effectiveViewport
Represents the effective viewport.

Return Value

The group center.
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