ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Series Class / Binding Property

In This Topic
    Binding Property (Series)
    In This Topic
    Gets or sets the name of the property that contains Y values for the series.
    Syntax
    'Declaration
     
    Public Property Binding As System.String
    public System.string Binding {get; set;}
    Remarks
    For complex chart types it may contain several names separated by commas.
    See Also