If this is set to true, only whole values will be shown. Values with decimals will be hidden.

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

Syntax

C#
public bool XValuesIntegersOnly { get; set; }
Visual Basic (Declaration)
Public Property XValuesIntegersOnly As Boolean
Visual C++
public:
property bool XValuesIntegersOnly {
	bool get ();
	void set (bool value);
}

See Also