Gets or sets a value that indicates whether the grid lines go through descrete values on the axis.

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

Syntax

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

See Also