Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / AxisLabelLoadingEventArgs Class / LabelString Property


In This Topic
    LabelString Property
    In This Topic
    Gets or sets the label string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LabelString As String
    'Usage
     
    
    Dim instance As AxisLabelLoadingEventArgs
    Dim value As String
     
    value = instance.LabelString
    public string LabelString {get;}
    See Also