MindFusion.Charting Programmer's Guide

Chart.DataMember Property

See Also
 





Gets or sets the database table or view that will provide the data.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string DataMember { get; set; }

Visual Basic  Copy Code

Public Property DataMember As String

 Property Value

A string value. Default is an empty string ("").

 See Also