Gets or sets a name of the source field.

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

Syntax

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

See Also