Version

GetView Method (ChartToolTipContainerAdapter)

Gets the View associated with this ChartToolTipContainerAdapter.
Syntax
public abstract Android.Views.View GetView( 
   DataContext currentData,
   Android.Views.View currentView,
   CustomContentUpdateInfo updateInfo
)

Parameters

currentData
The data in context.
currentView
The view in context.
updateInfo
Contextual information about the custom content being generated or updated.

Return Value

The View associated with this ChartToolTipContainerAdapter.
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