ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexPie Class / BindingName Property

In This Topic
    BindingName Property (FlexPie)
    In This Topic
    Gets or sets the name of the property that contains label for the pie slices and legend.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexPie.BindingName", "Gets or sets the name of the property that contains label for the pie slices and legend.")>
    <DefaultValueAttribute("")>
    <C1CategoryAttribute("Data")>
    Public Property BindingName As String
    [C1Description("FlexPie.BindingName", "Gets or sets the name of the property that contains label for the pie slices and legend.")]
    [DefaultValue("")]
    [C1Category("Data")]
    public string BindingName {get; set;}
    See Also