Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / Binding Property


In This Topic
    Binding Property (ChartBase)
    In This Topic
    Gets or sets the name of the property that contains Y values for the series.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Binding")>
    <BrowsableAttribute(True)>
    Public Property Binding As String
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As String
     
    instance.Binding = value
     
    value = instance.Binding
    [Foundation.Export("Binding")]
    [Browsable(true)]
    public string Binding {get; set;}
    Remarks
    For complex chart types it may contain several names separated by commas.
    See Also