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 YValuesUnit { get; set; }
Visual Basic (Declaration)
Public Property YValuesUnit As String
Visual C++
public:
property String^ YValuesUnit {
	String^ get ();
	void set (String^ value);
}

See Also