Gets or sets value that indicates if grid lines will correspond to round values.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also