ComponentOne Xamarin Edition
LabelLoading Event
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartAxis Class : LabelLoading Event
Fires when chart axis labels are loading.
Syntax
public event EventHandler<AxisLabelLoadingEventArgs> LabelLoading
Event Data

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

PropertyDescription
Gets the axis.  
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the data point index.  
Gets or sets the label element.  
Gets or sets the label string.  
Gets the label rect in control pixel coordinates.  
Gets or sets the original label value.  
See Also