ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Series Class / DataMember Property

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