The unit name of days– will appear behind the value.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also