A short text indicating the units of the values. This can be something like “USD” or “km/h”.

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

Syntax

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

See Also