Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 UIKit.UIView
    'Usage
     
    
    Dim instance As AxisLabelLoadingEventArgs
    Dim value As UIKit.UIView
     
    instance.Label = value
     
    value = instance.Label
    public UIKit.UIView Label {get; set;}
    See Also