BindingMode Property (FlexChart)
In This Topic
Gets or sets the binding mode.
Syntax
'Declaration
<C1DescriptionAttribute("FlexChart.BindingMode", "Gets or sets the binding mode.")>
<C1CategoryAttribute("Data")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property BindingMode As BindingMode
[C1Description("FlexChart.BindingMode", "Gets or sets the binding mode.")]
[C1Category("Data")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public BindingMode BindingMode {get; set;}
See Also