The unit name of the month #1.

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

Syntax

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

See Also