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


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