ComponentOne Xamarin Edition
ToolTipLoading Event
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartBase Class : ToolTipLoading Event
Fires when chart toolTip is loading.
Syntax
public event EventHandler<ChartTooltipLoadingEventArgs> ToolTipLoading
Event Data

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

PropertyDescription
Gets the hit test info.  
Gets the text.  
Gets the customized view.  
See Also