DataMember Property (FlexChart)
In This Topic
Gets or sets the name of the DataMember, if any, for the DataSource.
Syntax
'Declaration
<DefaultValueAttribute("")>
<EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")>
<C1DescriptionAttribute("FlexChart.DataMember", "Gets or sets the name of the DataMember, if any, for the DataSource.")>
<C1CategoryAttribute("Data")>
Public Property DataMember As String
[DefaultValue("")]
[Editor("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")]
[C1Description("FlexChart.DataMember", "Gets or sets the name of the DataMember, if any, for the DataSource.")]
[C1Category("Data")]
public string DataMember {get; set;}
See Also