Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexPie Class / Binding Property

In This Topic
    Binding Property (FlexPie)
    In This Topic
    Gets or sets the name of the property that contains numeric values for the pie slices.
    Syntax
    'Declaration
     
    
    Public Property Binding As String
    public string Binding {get; set;}
    See Also