ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("FlexPie.Binding", "Gets or sets the name of the property that contains numeric values for the pie slices.")>
    <DefaultValueAttribute("")>
    Public Property Binding As String
    [C1Category("Data")]
    [C1Description("FlexPie.Binding", "Gets or sets the name of the property that contains numeric values for the pie slices.")]
    [DefaultValue("")]
    public string Binding {get; set;}
    See Also