Version

OnSettingsChanged Method (CustomLegendContainer)

Override this in order to react to the settings changing on the legend.
Syntax
public virtual bool OnSettingsChanged( 
   UIKit.UIView existingContainer,
   LegendSettings settings
)

Parameters

existingContainer
This gives a reference to the existing container you created.
settings
This provides the current settings for the legend.

Return Value

True if the default behavior should be suppressed, false if the default behavior should execute.
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