Version

RemovingUnsupported Event (DataSeriesAdapter)

Called when the adapter is removing unsupported series from consideration.
Syntax
public event DataSeriesAdapterRunEventHandler RemovingUnsupported
Event Data

The event handler receives an argument of type DataSeriesAdapterRunEventArgs containing data related to this event. The following DataSeriesAdapterRunEventArgs properties provide information specific to this event.

PropertyDescription
Handled Sets or gets whether the current action should be considered handled and the default behavior prevented.
RunContext Gets information about the analysis in progress.
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