Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartDataLabel Class / GetValue Method


In This Topic
    GetValue Method (ChartDataLabel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal property As Xamarin.Forms.BindableProperty _
    ) As Object
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim property As Xamarin.Forms.BindableProperty
    Dim value As Object
     
    value = instance.GetValue(property)
    public object GetValue( 
       Xamarin.Forms.BindableProperty property
    )

    Parameters

    property
    See Also