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


In This Topic
    Value Property (AxisLabelLoadingEventArgs)
    In This Topic
    Gets or sets the original label value.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As AxisLabelLoadingEventArgs
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    See Also