Version

GetView Method (LegendItemAdapter)

Gets the View associated with this LegendItemAdapter.
Syntax
public 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 LegendItemAdapter.
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