Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartSeries Class / ActualBinding Property


In This Topic
    ActualBinding Property
    In This Topic
    Gets the actual binding.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property ActualBinding As String
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As String
     
    value = instance.ActualBinding
    protected string ActualBinding {get;}
    See Also