C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / DataLabelsLoading Event


DataLabelsLoading Event
Fires when chart data labels are loading.
Syntax
'Declaration
 
Public Event DataLabelsLoading As EventHandler(Of DataLabelLoadingEventArgs)
 
'Usage
 
Dim instance As ChartBase
Dim handler As EventHandler(Of DataLabelLoadingEventArgs)
 
AddHandler instance.DataLabelsLoading, handler
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