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