Gets or sets a property name that contains a nested data source.

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

Syntax

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

See Also