C1.Android.Chart Assembly / C1.Android.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 Android.Views.View
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As Android.Views.View
 
instance.Label = value
 
value = instance.Label
See Also