C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / AxisLabelLoadingEventArgs Class / Label Property


In This Topic
Label Property
In This Topic
Gets or sets the label element.
Syntax
'Declaration
 
Public Property Label As Xamarin.Forms.View
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As Xamarin.Forms.View
 
instance.Label = value
 
value = instance.Label
See Also