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


In This Topic
    BindingX Property (ChartSeries)
    In This Topic
    Gets or sets the name of the property that contains X values for the series.
    Syntax
    'Declaration
     
    
    Public Property BindingX As String
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As String
     
    instance.BindingX = value
     
    value = instance.BindingX
    public string BindingX {get; set;}
    See Also