ComponentOne Xamarin Edition
DataLabelsLoading Event
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartBase Class : DataLabelsLoading Event
Fires when chart data labels are loading.
Syntax
public event EventHandler<DataLabelLoadingEventArgs> DataLabelsLoading
Event Data

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

PropertyDescription
Gets the data point.  
Gets or sets the data labels' horizontal alignment.  
Gets or sets the custom view.  
Gets or sets the custom view.  
Gets or sets the data labels' vertical alignment.  
Gets or sets the custom view.  
See Also