Xuni Product Documentation - Xamarin.Forms
LabelLoading Event
Occurs when the axis label is loading.
Syntax
public event EventHandler<LabelLoadingEventArgs> LabelLoading
Event Data

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

PropertyDescription
Label Gets or sets the label element.  
Text Gets the axis text that corresponds to the annotation label.  
Value Gets the axis value that corresponds to the annotation label.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartAxis Class
ChartAxis Members