Gets or sets a name of a data source.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public string DataSourceName { get; set; }
Visual Basic (Declaration)
Public Property DataSourceName As String
Visual C++
public:
property String^ DataSourceName {
	String^ get ();
	void set (String^ value);
}

See Also